aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
blob: 2d8189b62a7a9f5bb4707368e9df7fd7595e9fd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{- $webrings := "themes/tdro/layouts/partials/webrings/openring.html" -}}
{{- $include  := "webrings/openring.html" -}}

{{- if fileExists $webrings -}}
<article-on-web id="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 $include . -}}
</article-on-web>
{{- end -}}