mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-05 11:16:41 -07:00
Initial migration to new theme
This commit is contained in:
parent
5ce643146c
commit
83e5d66863
27 changed files with 224 additions and 511 deletions
|
@ -1,40 +1,10 @@
|
|||
<div class="icon-links">
|
||||
{{ partial "social_links.html" . }}
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
<span class="power-by">
|
||||
Powered by <a class="hexo-link" href="https://gohugo.io">Hugo</a>
|
||||
</span>
|
||||
<span class="copyright-year">
|
||||
{{- $current := now.Format "2006" }}
|
||||
©
|
||||
{{ if ne .Site.Params.since $current }}
|
||||
{{ .Site.Params.since }} -
|
||||
{{ end }}
|
||||
{{- $current }}
|
||||
<span class="heart">
|
||||
{{/* icon heart */}}
|
||||
<i class="iconfont">
|
||||
{{ partial "svg/heart.svg" }}
|
||||
</i>
|
||||
</span>
|
||||
{{- if or .Site.Copyright .Site.Author.name -}}
|
||||
<span class="author">
|
||||
{{if .Site.Copyright }}{{ .Site.Copyright | safeHTML }}
|
||||
{{ else }}{{ .Site.Author.name | safeHTML }}
|
||||
{{ end }}
|
||||
</span>
|
||||
<span>
|
||||
<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>
|
||||
{{- end -}}
|
||||
</span>
|
||||
|
||||
{{ if .Site.Params.customFooter }}
|
||||
<span>
|
||||
{{ .Site.Params.customFooter | safeHTML }}
|
||||
</span>
|
||||
{{ end }}
|
||||
</div>
|
||||
</span></p>
|
||||
{{- partial "top" .}}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue