Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Beyond Transparency
markdown: rdiscount
highlighter: pygments
description: "Beyond Transparency is intended to capture and distill the community's learnings around open data"
7 changes: 7 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/combined.css">
<link rel="stylesheet" href="/css/mobile.css" media="all and (max-width: 669px)">
<!-- Open Graph data -->
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ site.url }}/{{ page.url }}" />
<meta property="og:image" content="{{ site.url }}/images/cover.jpg" />
<meta property="og:description" content="{{ site.description }}" />
<meta property="og:site_name" content="Beyond Transparency" />
</head>
<body>

Expand Down
Binary file added images/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.