repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
866c2f8
parent
3978272
author
Eric Bower
date
2022-08-01 23:28:45 -0400 EDT
fix: custom css should be last
1 files changed,  +2, -1
M prose/html/base.layout.tmpl
+2, -1
 1@@ -9,9 +9,10 @@
 2         <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 3 
 4         <meta name="keywords" content="blog, blogging, write, writing" />
 5-        {{template "meta" .}}
 6 
 7         <link rel="stylesheet" href="/main.css" />
 8+
 9+        {{template "meta" .}}
10     </head>
11     <body {{template "attrs" .}}>{{template "body" .}}</body>
12 </html>