aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/attribution.html
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2025-01-05 23:44:45 +0100
committerOscar Najera <hi@oscarnajera.com>2025-01-05 23:45:00 +0100
commit4b76a856b2841fb197acc982ed168bc52db6ea3d (patch)
treebb92327990d20b262dca7f597453c8ae7bfee16d /layouts/partials/attribution.html
parentf9e5452a0046e6e47425f0c58d438d0f573fece9 (diff)
downloadhugo-minimalist-theme-4b76a856b2841fb197acc982ed168bc52db6ea3d.tar.gz
hugo-minimalist-theme-4b76a856b2841fb197acc982ed168bc52db6ea3d.tar.bz2
hugo-minimalist-theme-4b76a856b2841fb197acc982ed168bc52db6ea3d.zip
add tailwind and do some replacements
Diffstat (limited to 'layouts/partials/attribution.html')
-rw-r--r--layouts/partials/attribution.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/attribution.html b/layouts/partials/attribution.html
index 0565131..8ef271a 100644
--- a/layouts/partials/attribution.html
+++ b/layouts/partials/attribution.html
@@ -1,4 +1,4 @@
-<div class="tc mv3">
+<div class="tc my-4">
{{ if in (slice "by" "by-nd" "by-sa" "by-nc" "by-nc-nd" "by-nc-sa") .license }}
{{ $href := printf "http://creativecommons.org/licenses/%s/4.0/" .license }}
<div
@@ -12,7 +12,7 @@
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="{{ . }}"
- class="link dim"
+ class="dim"
>
{{ $.Author.name }}
</a>
@@ -25,7 +25,7 @@
target="_blank"
rel="license noopener noreferrer"
href="{{ $href }}"
- class="db dim link"
+ class="block dim"
>
Creative Commons
{{ with .license }}
@@ -38,7 +38,7 @@
{{- end -}}
{{ end }}
4.0 International License
- <span class="db ma2">
+ <span class="block m-2">
<i class="f2 fab fa-creative-commons"></i>
<i class="f2 fab fa-creative-commons-by"></i>
{{ with .license }}