mv theme to local control
This commit is contained in:
parent
3ac32ec7e9
commit
c980366d63
189 changed files with 22593 additions and 0 deletions
21
themes/aether/layouts/partials/footer.html
Normal file
21
themes/aether/layouts/partials/footer.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<footer class="side-padding" style="background-image: url('{{ "img/home-blob-flip.svg" | absURL }}');">
|
||||
<a href="{{ $.Site.BaseURL }}" class="footer-link">
|
||||
{{ with resources.Get "icons/home-page.png" }}
|
||||
<img class="footer-icon" src="{{ .Permalink }}">
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ if isset $.Site.Params "github"}}
|
||||
<a href="{{ $.Site.Params.github }}" class="footer-link">
|
||||
{{ with resources.Get "icons/github.png" }}
|
||||
<img class="footer-icon" src="{{ .Permalink }}" />
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ if isset $.Site.Params "linkedin"}}
|
||||
<a href="{{ $.Site.Params.linkedin }}" class="footer-link">
|
||||
{{ with resources.Get "icons/linkedin.png" }}
|
||||
<img class="footer-icon" src="{{ .Permalink }}" />
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue