Skip to content

Commit

Permalink
Merge pull request #41 from org-arl/post-disqus
Browse files Browse the repository at this point in the history
Fixes for #38 and #40
  • Loading branch information
AnneThKu authored Nov 12, 2019
2 parents 0dc004c + 8409015 commit b106bac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="{{ post.title }}" />
<meta name="twitter:site" content="@unetstack" />
<meta name="twitter:image" content="{{ post.feature-img }}" />
<meta name="twitter:creator" content="@unetstack" />

<!-- Main JS (navbar.js, katex_init.js)-->
<script defer=true src="{{ site.baseurl }}/assets/js/main.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span>
<header>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}#disqus_thread">
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}
</a>
</h2>
Expand Down

0 comments on commit b106bac

Please sign in to comment.