migrated list page and sidebar styles

This commit is contained in:
Aaron Qian 2022-11-14 14:52:42 -08:00 committed by Aaron Qian
parent 7a1088420b
commit b86a0d3eeb
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
8 changed files with 609 additions and 618 deletions

View file

@ -1,11 +1,3 @@
{{ define "header" }}
<link rel="stylesheet" href="{{ "/css/layouts/list.css" | relURL }}">
<link rel="stylesheet" href="{{ "/css/navigators/sidebar.css" | relURL}}">
<!--================= custom style overrides =========================-->
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}"/>
{{ end }}
{{ define "navbar" }}
{{ partial "navigators/navbar-2.html" . }}
{{ end }}