diff --git a/_includes/loop.html b/_includes/loop.html index 833651b..a79f3cb 100644 --- a/_includes/loop.html +++ b/_includes/loop.html @@ -1,11 +1,11 @@ -
+

{% if post.title %}{{ post.title }}{% else %}{{ post.name | remove: ".md" }}{% endif %}

- {% if post.generic %}

{{ post.generic }}

{% endif %} + {% if post.generic and post.title_obvious != true %}

{{ post.generic }}

{% endif %}
-
+
{% if post.layout == 'app' %} @@ -29,4 +29,4 @@

{% if post.title %}{{ post.title }}{% else %}{{ post.n

-

\ No newline at end of file +