Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
puntuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan MacKinlay committed Jun 3, 2017
1 parent 4b6b6ca commit 26a29fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h1><a href="{{ SITEURL }}" id="site-title">{{ SITENAME }} {% if SITESUBTITLE %}
<a class="article-link" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">
<span class="article-title">{{ article.title }}</span>
{% if article.rubric is defined %}
<span class="article-rubric">
{{ article.rubric }}
<span class="article-rubric">
[ {{ article.rubric }} ]
</span>
{% endif %}
</a>
Expand Down

0 comments on commit 26a29fa

Please sign in to comment.