Skip to content

Commit

Permalink
Merge pull request #3 from freeatnet/add-og-tags
Browse files Browse the repository at this point in the history
Improve link presentation with OpenGraph tags
  • Loading branch information
vaidehijoshi committed Jun 18, 2017
2 parents 9222cd8 + dfc8141 commit 1131773
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file added source/images/preview_image.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion source/layouts/layout.erb
Expand Up @@ -9,6 +9,12 @@
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- Open Graph tags -->
<meta property="og:title" content="Better Code Reviews" />
<meta property="og:description" content="Most developers have heard that peer code reviews can do wonders to a codebase. What makes a good code review?" />
<meta property="og:url" content="http://www.bettercode.reviews/" />
<meta property="og:image" content="http://www.bettercode.reviews/images/preview_image.png" />

<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down Expand Up @@ -63,7 +69,7 @@
'#fcd67e',
'#fcdc90',
'#fde2a3',
'#fde7b5',
'#fde7b5',
'#fdedc7',
'#fef3da',
'#fef9ec'
Expand Down

0 comments on commit 1131773

Please sign in to comment.