Skip to content

Commit

Permalink
Not a good place to edit here
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Jul 9, 2019
1 parent f7ec7bb commit 497b553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ <h1>{% t blog.title %}</h1>
{% for post in site.posts %}
<div class="post-area">
<a href="{{ post.url | prepend: site.baseurl }}" class="bold">{{ post.title }}</a>
<small class="post-date"><a href="{{ site.github.repository_url }}/tree/master/{{ page.path }}">{% t blog.edit %}</a></small>
<small class="post-date">{{ post.date | date_to_long_string }}</small>
<p>
{{ post.excerpt }}
Expand Down

0 comments on commit 497b553

Please sign in to comment.