source:
tanzpartie-hugo/themes/bilberry-hugo-theme/layouts/partials/content-type/page.html
Last change on this file was 16971, checked in by , 3 years ago | |
---|---|
File size: 451 bytes |
Line | |
---|---|
1 | <a class="bubble" href="{{ .ctx.Permalink }}"> |
2 | <i class="fas fa-fw {{or .ctx.Params.icon "fa-file" }}"></i> |
3 | </a> |
4 | |
5 | <article class="default article"> |
6 | {{ partial "featured-image.html" .ctx }} |
7 | {{ partial "default-content.html" (dict "ctx" .ctx "template_type" .template_type) }} |
8 | |
9 | {{ with .ctx.Params.link }} |
10 | <script>window.location = {{ . | relURL }}</script> |
11 | {{ end }} |
12 | |
13 | {{ partial "article-footer.html" .ctx }} |
14 | </article> |
Note: See TracBrowser for help on using the repository browser.