summaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..1f3aee4
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang=sl>
+ <head>
+ <meta charset=UTF-8 />
+ <title>
+ {{ page.title }}
+ </title>
+ <link rel=stylesheet href=/assets/css/styles.css />
+ <meta name=viewport content=width=device-width,initial-scale=1.0 />
+ {% feed_meta %}
+ {% seo %}
+ {% if jekyll.environment == "production" %}
+ <!-- this comment generates if JEKYLL_ENV=production -->
+ {% endif %}
+ </head>
+ <body>
+ {% include navigation.html %}
+ {{ content }}
+ {% include footer.html %}
+ </body>
+</html>