Skip to content

Commit

Permalink
guess and fucking check
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhaas committed Jul 14, 2017
1 parent 4527055 commit 1b2ed52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ <h2 class="page-description">

<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="{{ post.url | prepend: site.github.url }}">{{ post.title }}</a></h2>
<h2 class="post-title"><a href="{{ site.github.url }}{{ post.url }}">{{ post.title }}</a></h2>
</header>
<section class="post-excerpt">
{{ post.excerpt }} <a class="read-more" href="{{ post.url | prepend: site.github.url }}">&raquo;</a>
{{ post.excerpt }} <a class="read-more" href="{{ site.github.url }}{{ post.url }}">&raquo;</a>
</section>
<footer class="post-meta">
{% if site.author %}
Expand Down

0 comments on commit 1b2ed52

Please sign in to comment.