Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

change open graph type of papers to article (#642)

  • Loading branch information
xuanxu authored and arfon committed Dec 4, 2019
1 parent c271aa3 commit c06acc851f8176133781caec34efcadac7d36691
Showing with 1 addition and 1 deletion.
  1. +1 −1 app/views/papers/show.html.erb
@@ -35,7 +35,7 @@
<script async src="https://badge.dimensions.ai/badge.js" charset="utf-8"></script>

<!-- facebook open graph tags -->
<meta property="og:type" content="website" />
<meta property="og:type" content="article" />
<meta property="og:url" content="<%= Rails.application.settings['url'] %>" />
<meta property="og:site_name" content="<%= Rails.application.settings['name'] %>" />
<meta property="og:title" content="<%= @paper.title %>" />

0 comments on commit c06acc8

Please sign in to comment.
You can’t perform that action at this time.