Skip to content

Commit

Permalink
Update on frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmeeuwsen committed Jul 2, 2018
1 parent 4783f1f commit 59b64b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Expand Up @@ -28,11 +28,12 @@
{% endcase %}
{{ post.date | date: "%Y" }}
</time>
{% if post.link or post.mf-bookmark-of%}
<h1 class="entry-title"><a href="{{ site.url }}{{ post.url }}" class="permalink" rel="bookmark" title="{{ post.title }}"><i class="fa fa-bookmark"></i></a> <a href="{{ post.link }}">{{ post.title }}</a></h1>

{% if post.link %}
<h1 class="entry-title"><a href="{{ site.url }}{{ post.url }}" class="permalink" rel="bookmark" title="{{ post.title }}"><i class="fa fa-bookmark"></i></a> <a href="{{ post.link }}">{{ post.title }}</a></h1>
{% elsif post.mf-bookmark-of%}
<h1 class="entry-title"><a href="{{ site.url }}{{ post.url }}" class="permalink" rel="bookmark" title="{{ post.title }}"><i class="fa fa-bookmark"></i></a> <a href="{{ post.mf-bookmark-of }}">{{ post.title }}</a></h1>
{% else %}
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
{% endif %}
</header>
</span>
Expand Down

0 comments on commit 59b64b6

Please sign in to comment.