feat: created `_base_.pug`

pull/243/head
Josh Moore 1 year ago
parent 851a8a5255
commit 263ab28a13

@ -0,0 +1,15 @@
doctype html
html.dark.sl-theme-dark(lang='en')
head
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
block title
title ass 🍑
meta(name='theme-color' content='black')
link(rel='stylesheet', href='/.css')
//- Shoelace/Font Awesome mixins
include ../node_modules/shoelace-fontawesome-pug/sl-fa-mixin.pug
include ../node_modules/shoelace-pug-loader/loader.pug
+slTheme('dark')
+slAuto
block content

@ -1,16 +1,7 @@
doctype html
html.dark.sl-theme-dark(lang='en')
head
meta(charset='UTF-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
title ass setup
meta(name='theme-color' content='black')
link(rel='stylesheet', href='/.css')
//- Shoelace/Font Awesome mixins
include ../node_modules/shoelace-fontawesome-pug/sl-fa-mixin.pug
include ../node_modules/shoelace-pug-loader/loader.pug
+slTheme('dark')
+slAuto
extends _base_
block title
title ass setup 🍑
block content
body.w-screen.h-screen.flex.flex-col
//- Header

Loading…
Cancel
Save