Add 404, blog section and unify the card partial

This commit is contained in:
Hazem Krimi
2023-11-13 19:47:23 +01:00
parent 3a07259ebc
commit 6df17ff272
7 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<section>
{{ range .Pages }}
{{ partial "project-card.html" . }}
{{ partial "card.html" . }}
{{ end }}
</section>
{{ end }}