migrate notes. Deleted unused css in static

This commit is contained in:
Aaron Qian 2022-11-14 15:15:07 -08:00 committed by Aaron Qian
parent 52c844a9e5
commit f425c04ab3
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
10 changed files with 263 additions and 320 deletions

View file

@ -1,11 +1,3 @@
{{ define "header" }}
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/atom-one-dark.min.css"
/>
<link rel="stylesheet" href="{{ "/css/layouts/notes.css" | relURL}}">
{{ end }}
{{ define "navbar" }}
{{ partial "navigators/navbar-2.html" . }}
{{ end }}

View file

@ -1,11 +1,3 @@
{{ define "header" }}
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/atom-one-dark.min.css"
/>
<link rel="stylesheet" href="{{ "/css/layouts/notes.css" | relURL}}">
{{ end }}
{{ define "navbar" }}
{{ partial "navigators/navbar-2.html" . }}
{{ end }}