added default_article.jpg image. Fixed error in copyright note and added standard...
[theme-danix.xyz.git] / layouts / partials / copyright.html
CommitLineData
26ee5f4d 1<div class="copyright align-center">
2<p xmlns:cc="http://creativecommons.org/ns#"
3xmlns:dct="http://purl.org/dc/terms/">
b242474d 4 <a property="dct:title" rel="cc:attributionURL" href="{{.Site.BaseURL}}">content</a> by <strong><a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="{{.Site.BaseURL}}/is">{{$.Site.Author.name}}</a></strong> licensed under the <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">{{- partial "funcs/svg.html" (dict "context" . "username" "cc") -}}{{- partial "funcs/svg.html" (dict "context" . "username" "cc-by") -}}{{- partial "funcs/svg.html" (dict "context" . "username" "cc-sa") -}}<span class="screen-reader-text">CC BY-SA 4.0</span></a> unless stated otherwhise
26ee5f4d 5 &hybull;
6 hugo theme adapted from <a href="https://html5up.net/forty">Forty by html5up.net</a></p>
7</div>