summaryrefslogtreecommitdiff
path: root/src/_includes/base.vto
diff options
context:
space:
mode:
Diffstat (limited to 'src/_includes/base.vto')
-rw-r--r--src/_includes/base.vto20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/_includes/base.vto b/src/_includes/base.vto
new file mode 100644
index 0000000..0a74785
--- /dev/null
+++ b/src/_includes/base.vto
@@ -0,0 +1,20 @@
+---
+links:
+ - name: home
+ url: "/"
+ - name: miniflux
+ url: "https://miniflux.mydadleft.me"
+ - name: github
+ url: "https://github.com/getchoo"
+---
+
+<!DOCTYPE html>
+<html lang="en">
+ {{ comp.head({ title, description })}}
+
+ <body class="bg-base">
+ {{ comp.nav({ links }) }}
+ {{ content }}
+ {{ comp.footer() }}
+ </body>
+</html>