Remove "assets" prefix from "static" folder (#208)

This commit is contained in:
Emruz Hossain 2021-01-04 00:40:26 +06:00 committed by GitHub
parent 6d8bffcfca
commit 20d9f3a080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 30 additions and 30 deletions

View file

@ -1,5 +1,5 @@
{{ define "header" }}
<link rel="stylesheet" href="{{ "/assets/css/404.css" | relURL }}">
<link rel="stylesheet" href="{{ "/css/404.css" | relURL }}">
{{ end }}
{{ define "navbar" }}