mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
18 lines
344 B
HTML
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> |