REMOVE big fontawesome gitsubmodule for small icon selection, ADD leave date for teammembers
This commit is contained in:
parent
1e6160b1b1
commit
80feba5acc
16 changed files with 1315 additions and 32 deletions
|
@ -10,9 +10,9 @@
|
|||
<div class="social-media-footer">
|
||||
<span>
|
||||
{{- range $social}}
|
||||
<a href="{{ .url }}"><i class="fab fa-{{ .type }}"></i></a>
|
||||
<a href="{{ .url }}"><i class="icon-{{ .type }}"></i></a>
|
||||
{{- end }}
|
||||
<a href="/posts/index.xml"><i class="fas fa-rss"></i></a>
|
||||
<a href="/posts/index.xml"><i class="icon-rss"></i></a>
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -26,5 +26,5 @@
|
|||
© {{ dateFormat "2006" now }} {{ $footer.copyright }}</a>
|
||||
</div>
|
||||
</footer>
|
||||
<a class="totop hide" id="totop" href="#"><i class="fas fa-chevron-up"></i></a>
|
||||
<a class="totop hide" id="totop" href="#"><i class="icon-angle-up"></i></a>
|
||||
<script src="/js/totop.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue