11 lines
820 B
HTML
11 lines
820 B
HTML
<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>
|