diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-19 01:31:43 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-19 01:31:43 +0200 |
commit | 9ea5d3da83bd7cca79ab4f91ef0c0fcdf701ff4c (patch) | |
tree | a16429f36c23e8aae93c8a32f7d995a1d4bcdfa8 /layouts | |
parent | 3513b67bdbd24ba3bf673140ad21e39b82e8cb91 (diff) | |
download | hugo-minimalist-theme-9ea5d3da83bd7cca79ab4f91ef0c0fcdf701ff4c.tar.gz hugo-minimalist-theme-9ea5d3da83bd7cca79ab4f91ef0c0fcdf701ff4c.tar.bz2 hugo-minimalist-theme-9ea5d3da83bd7cca79ab4f91ef0c0fcdf701ff4c.zip |
empty tipping partial to extend on userspace
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/single.html | 3 | ||||
-rw-r--r-- | layouts/partials/tipping.html | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ade8201..1f3156a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -49,6 +49,9 @@ <div class="main-content mw7 center lh-copy f5 f4-ns ph1"> {{ .Content }} </div> + {{ if .Site.Params.tipping }} + {{ partial "tipping" . }} + {{ end }} <div class="f5 f4-ns lh-copy pv2"> {{ if in (slice "post" "talk") .Section }} {{ partial "author_card" .Site.Author }} diff --git a/layouts/partials/tipping.html b/layouts/partials/tipping.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/layouts/partials/tipping.html |