Skip to content

Commit

Permalink
Fix the linking and info of logs on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
finnito committed Aug 17, 2020
1 parent b04d56e commit 5ca6771
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@
{% else %}
<ul class="logs">
{% for log in logs %}
<li id="log-{{ log.id }}">
<p class="flex">
<span class="strong"><a class="heading-anchor" href="#log-{{ log.id }}">🔗</a>{{ log.log_date.format('D d F, Y') }}</span>
<li>
<p class="flex nowrap">
<a href="/places/{{ log.related_hut.place_slug }}/{{ log.related_hut.name_slug }}/">
<span class="strong">{{ log.log_date.format('D d F, Y') }}<br>{{ log.related_hut.name }} <small>{{ log.related_hut.place }}</small></span>
</a>
<span>{{ log.name }}</span>
</p>
<p class="flex">
Expand Down

0 comments on commit 5ca6771

Please sign in to comment.