Footer wip

This commit is contained in:
Hazem Krimi
2023-11-06 23:50:46 +01:00
parent 254d473e45
commit 2ccb68d1b6
6 changed files with 49 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
{{ $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>