aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-on-web.html
blob: 59776da68eac2bc02c3e8321e184caaf9bcbac61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<article-on-web>
  <section>
    <button-anchor>
      <a href="https://git.sr.ht/~sircmpwn/openring" title="Generated by Open Ring">
        {{ safeHTML (readFile "public/css/icons/feather/help-circle.svg") }}
        <span>Openring</span>
      </a>
    </button-anchor>
    <h2>On the Web</h2>
  </section>
  {{- partial "openring.html" . -}}
</article-on-web>