aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css4
-rw-r--r--assets/templates/markdown.yaml9
2 files changed, 13 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 63d98f7..1c010a2 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1092,6 +1092,10 @@ gallery-images img:last-child {
border-bottom-right-radius: 0.5rem;
}
+main web-ring {
+ display: none;
+}
+
web-ring {
border-radius: 1rem;
position: sticky;
diff --git a/assets/templates/markdown.yaml b/assets/templates/markdown.yaml
new file mode 100644
index 0000000..109f5a1
--- /dev/null
+++ b/assets/templates/markdown.yaml
@@ -0,0 +1,9 @@
+---
+{{ range $key, $value := . -}}
+{{- if ne $key "content" -}}
+{{- $key }}: {{ $value }}
+{{ end -}}
+{{- end -}}
+---
+
+{{ .content }}