aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
blob: ad75095910fa9bd03353e3a9142113df53b92fa3 (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 }}
    {{- partial $include . -}}
  </section>
</article-webring>
{{- end -}}