2021-03-03 16:29:15 +01:00
|
|
|
|
{{ if .Footer.links }}
|
|
|
|
|
<span class="footer-item">
|
|
|
|
|
{{ range .Footer.links }}
|
|
|
|
|
<span class="footer-link">
|
|
|
|
|
{{ .prefix }}
|
|
|
|
|
<a href="{{ .url }}" class="no-external-icon">
|
|
|
|
|
<span>{{ .title }} </span>
|
|
|
|
|
{{ if and $.useFontAwesome .icon }}<i class="{{ .icon }}"></i>{{ end }}
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
{{ end }}
|
2020-09-01 11:10:42 +02:00
|
|
|
|
</span>
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
<span class="footer-item">
|
2021-03-03 16:29:15 +01:00
|
|
|
|
{{ .Footer.footnote }}
|
2020-09-01 11:10:42 +02:00
|
|
|
|
</span>
|
|
|
|
|
|
2021-03-03 16:29:15 +01:00
|
|
|
|
{{ if .Footer.credits }}
|
|
|
|
|
<span class="footer-item" id="credits">
|
|
|
|
|
<span>The open-source theme Resume-A4 is designed by</span>
|
|
|
|
|
<a href="https://gitlab.com/mertbakir/resume-A4" class="no-external-icon"><span>Mert Bakır</span> <i class="fab fa-gitlab"></i></a>
|
|
|
|
|
<br>
|
|
|
|
|
<span>and template code by</span>
|
|
|
|
|
<a href="https://gitlab.com/raphendyr/hugo-theme-resume-A4" class="no-external-icon"><span>Jaakko Kantojärvi</span> <i class="fab fa-gitlab"></i></a>
|
2020-09-01 11:10:42 +02:00
|
|
|
|
</span>
|
2021-03-03 16:29:15 +01:00
|
|
|
|
{{ end }}
|