diff --git a/layouts/_default/index.gmi b/layouts/_default/index.gmi index a3bea3d..9a7f276 100644 --- a/layouts/_default/index.gmi +++ b/layouts/_default/index.gmi @@ -1,4 +1,13 @@ -## [runtimeterror $] +``` + ___ _ _ _ _ ___ +| _| | | (_) | | | |_ | +| | _ __ _ _ _ __ | |_ _ _ __ ___ ___| |_ ___ _ __ _ __ ___ _ __ / __)| | +| || '__| | | | '_ \| __| | '_ ` _ \ / _ \ __/ _ \ '__| '__/ _ \| '__| \__ \| | +| || | | |_| | | | | |_| | | | | | | __/ || __/ | | | | (_) | | ( /| | +| ||_| \__,_|_| |_|\__|_|_| |_| |_|\___|\__\___|_| |_| \___/|_| |_|_| | +|___| |___| +``` + {{ $pages := .Pages -}} {{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections -}} diff --git a/layouts/_default/single.gmi b/layouts/_default/single.gmi index 5566226..49d76de 100644 --- a/layouts/_default/single.gmi +++ b/layouts/_default/single.gmi @@ -1,4 +1,4 @@ -=> / 🏡 [runtimeterror $] +=> / 💻 [runtimeterror $] # {{ .Title }}{{ $scratch := newScratch }} {{ $content := .RawContent -}}