mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Footer wip
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user