new file: .gitignore
new file: assets/css/custom.css new file: config.toml modified: content/posts/AboutMe.md modified: hugo.toml new file: layouts/partials/footer.html
This commit is contained in:
14
layouts/partials/footer.html
Normal file
14
layouts/partials/footer.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
<div class="copyright">
|
||||
<span>© {{ now.Format "2006" }} {{ .Site.Title }}</span>
|
||||
<span>Made with <a href="https://gohugo.io">Hugo</a></span>
|
||||
</div>
|
||||
|
||||
<div class="contact">
|
||||
<span>📧 Contact: <a href="mailto:your.email@example.com">your.email@example.com</a></span>
|
||||
<span>🔗 <a href="https://github.com/florianuhlig" target="_blank">GitHub</a></span>
|
||||
<span>💼 <a href="https://linkedin.com/in/yourprofile" target="_blank">LinkedIn</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user