This commit is contained in:
parent
9f966abc32
commit
5fdac9195c
1
themes/geeklab/.gitignore
vendored
1
themes/geeklab/.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
|
public/
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
{{ .Site.RSSLink }}
|
|
||||||
<div class="site-footer__block">
|
<div class="site-footer__block">
|
||||||
{{ with .OutputFormats.Get "atom" -}}
|
<span class="site-footer__button">
|
||||||
<span class="site-footer__button">
|
<i class="fas fa-rss"></i>
|
||||||
<i class="fas fa-rss"></i>
|
<a class="site-footer__link" href='{{ "feed.atom.xml" | relURL }}'>Feed</a>
|
||||||
<a class="site-footer__link" href="{{ .Permalink }}">Feed</a>
|
</span>
|
||||||
</span>
|
|
||||||
{{ end }}
|
|
||||||
<span class="site-footer__button">
|
<span class="site-footer__button">
|
||||||
<i class="fas fa-envelope"></i>
|
<i class="fas fa-envelope"></i>
|
||||||
<a class="site-footer__link" href='{{ "contact" | relURL }}'>Kontakt</a>
|
<a class="site-footer__link" href='{{ "contact" | relURL }}'>Kontakt</a>
|
||||||
|
Reference in New Issue
Block a user