Skip to content

Commit

Permalink
Update refs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili authored Nov 13, 2023
1 parent e6f331c commit 717b7b9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions refs.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ <h1 class="page-heading">Posts</h1>

<ul class="post-list">
{% for ref in site.refs %}
<h2>
<a href="{{ ref.url }}">
{{ ref.section }}
</a>
</h2>
<p>{{ ref.content | markdownify }}</p>
{% endfor %}
<h3><a href="{{ ref.url }}">{{ ref.section }}</a></h3>
<div class="datatable-begin"></div>
<p>{{ ref.content | markdownify }}</p>
{% endfor %}
<div class="datatable-end"></div>
</ul>

<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
Expand Down

0 comments on commit 717b7b9

Please sign in to comment.