Files
personal-website/layouts/partials/footer.html
T
Hazem Krimi 2ccb68d1b6 Footer wip
2023-11-06 23:50:46 +01:00

18 lines
344 B
HTML

{{ $styles := resources.Get "css/partials/footer.css" | toCSS | minify }}
<link rel="stylesheet" href="{{ $styles.Permalink }}">
<footer>
<div>
<h3>Recent Blogs</h3>
</div>
<div>
<h3>Recent Projects</h3>
</div>
<div>
<h3>About</h3>
</div>
<div>
<h3>Contact</h3>
</div>
</footer>