create css file for 404 page
This commit is contained in:
parent
00ebe687a9
commit
76a4f022ab
3 changed files with 28 additions and 21 deletions
|
@ -1,3 +1,7 @@
|
|||
{{ define "header" }}
|
||||
<link rel="stylesheet" href="/assets/css/404.css">
|
||||
{{ end }}
|
||||
|
||||
{{ define "navbar" }}
|
||||
{{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" false) }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue