diff options
Diffstat (limited to 'layouts/partials/attribution.html')
-rw-r--r-- | layouts/partials/attribution.html | 8 |
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 }} |