layout | title | headname | header | excerpt_separator |
---|---|---|---|---|
default |
Notes |
Notes |
Click on the links to read the latest updates |
<!--more--> |
{% for post in site.posts %}
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<hr class = "h-line">
{{ post.excerpt }}
{% include readmore.html %}
{% endfor %}
<div class = "col-8 d-flex">
<hr class = "h-line">
<a href = "/pages/tag-forest.html"><button type="button" class="btn">See all tags</button></a>
</div>