mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Add 404, blog section and unify the card partial
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{{ define "styles" }}
|
||||
{{ $styles := resources.Get "css/index.css" | toCSS | minify }}
|
||||
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
|
||||
{{ end }}
|
||||
{{ define "main" }}
|
||||
<h2>Page Not Found</h2>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user