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

{{- if fileExists $openring -}}
<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 -}}