18 lines
1.1 KiB
HTML
18 lines
1.1 KiB
HTML
{{- $s := .Site.Params }}
|
|
{{ $t := .Site.Title }}
|
|
{{- if or .Params.enableMathNotation $s.enableMathNotation }}
|
|
{{ partialCached "math" . }}
|
|
{{- end }}
|
|
{{- $iconsDir := default "icons/" .Site.Params.iconsDir }}
|
|
{{- $defaultFooterLogo := printf "%s%s" $iconsDir "apple-touch-icon.png"}}
|
|
<footer class = 'footer'>
|
|
<div class = 'footer_inner wrap pale'>
|
|
<img src = '{{ absURL "softinio.jpg" }}' class = 'icon icon_2 transparent'>
|
|
<p>Copyright © <span class = 'year'></span> {{ .Site.Title | upper }}. <span>
|
|
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Salar Rahmanian</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
|
Please attribute properly and link back. <br/>
|
|
</span></p>
|
|
{{- partial "top" .}}
|
|
</div>
|
|
</footer>
|