migrate 404 css to bundle

This commit is contained in:
Aaron Qian 2022-11-14 15:19:05 -08:00 committed by Aaron Qian
parent f425c04ab3
commit bc5baf8277
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
4 changed files with 96 additions and 97 deletions

View file

@ -1,7 +1,3 @@
{{ define "header" }}
<link rel="stylesheet" href="{{ "/css/404.css" | relURL }}">
{{ end }}
{{ define "navbar" }}
{{ partial "navigators/navbar-2.html" (dict "baseURL" site.BaseURL "title" site.Title "hasToggleButton" false) }}
{{ end }}