aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
blob: 5f0a11a120b516ae439c67c3e54197589d340bba (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-webring id="article-webring">
  <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>
    {{ "## Web Ring" | markdownify }}
  </section>
  {{- partial $include . -}}
</article-webring>
{{- end -}}