Skip to content

Commit

Permalink
Added space under the heading (Title and Info)
Browse files Browse the repository at this point in the history
As a reader, I want the list of recent stories to be more aesthetically
laid out openhatch#49

Added space under the Info line within Recent Stories.
  • Loading branch information
IamAdiSri committed Jun 4, 2015
1 parent 275285d commit b6c7549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/pelican-elegant/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ <h4 class="no-space-below"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.
{% if loop.index0 < RECENT_ARTICLES_COUNT %}
<article>
<h5 class="no-space-below"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }} {%if article.subtitle %} <small> {{ article.subtitle }} </small> {% endif %} </a></h5>
<section>
posted by <a href="{{ SITEURL }}/{{ article.author.url }}" rel="author">{{ article.author }}</a> on
{{ article.locale_date }} <br />
<section>
<p>Posted by <a href="{{ SITEURL }}/{{ article.author.url }}" rel="author">{{ article.author }}</a> on
{{ article.locale_date }} </p>
{{ article.summary }}
</section>
</article>
Expand Down

0 comments on commit b6c7549

Please sign in to comment.