new file: assets/css/custom.css new file: config.toml modified: content/posts/AboutMe.md modified: hugo.toml new file: layouts/partials/footer.html
15 lines
576 B
HTML
15 lines
576 B
HTML
<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>
|