2022-09-12 05:59:12 -04:00
|
|
|
{{!< default}}
|
|
|
|
|
|
|
|
|
|
<main class="gh-main gh-outer">
|
2024-07-31 13:10:37 -04:00
|
|
|
<div class="gh-inner">
|
|
|
|
|
{{#tag}}
|
|
|
|
|
<h1 class="gh-article-title">{{name}}</h1>
|
|
|
|
|
<a class="feed-cta" href="feed">
|
|
|
|
|
<p>Subscribe to updates by RSS</p>
|
|
|
|
|
<div class="social-icon" alt="RSS">
|
|
|
|
|
{{> "icons/rss"}}
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
{{/tag}}
|
|
|
|
|
|
|
|
|
|
<div class="gh-feed">
|
|
|
|
|
{{#foreach posts}}
|
|
|
|
|
{{> "loop"}}
|
|
|
|
|
{{/foreach}}
|
|
|
|
|
</div>
|
2022-09-12 05:59:12 -04:00
|
|
|
</div>
|
2024-07-31 13:10:37 -04:00
|
|
|
</main>
|