Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Commit

Permalink
Hide obvious generic names in loop
Browse files Browse the repository at this point in the history
  • Loading branch information
quassy committed Dec 25, 2015
1 parent 6dbf424 commit dd9b9cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/loop.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<article class="post">
<article class="post">

<header>
<a href="{{ site.baseurl }}{{ post.url }}">
<h1 id="{{ post.title }}">{% if post.title %}{{ post.title }}{% else %}{{ post.name | remove: ".md" }}{% endif %}</h1>
{% if post.generic %}<p>{{ post.generic }}</p>{% endif %}
{% if post.generic and post.title_obvious != true %}<p>{{ post.generic }}</p>{% endif %}
</a>
</header>
</header>

<div class="entry">
{% if post.layout == 'app' %}
Expand All @@ -29,4 +29,4 @@ <h1 id="{{ post.title }}">{% if post.title %}{{ post.title }}{% else %}{{ post.n
</a>
</p>

</article>
</article>

0 comments on commit dd9b9cb

Please sign in to comment.