aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-31 02:03:56 +0300
committerValentin Popov <info@valentineus.link>2018-05-31 02:03:56 +0300
commit98f098e4a33913c3810cee16902f30d834d4381f (patch)
tree15a81f4dd3d2c3e720e8a1c3f3a9ea1a5cc02e0a
parent71fe7f25710909fbb829cd1831e83ba9f5ba0aa1 (diff)
downloadobs-somafm_current_track-98f098e4a33913c3810cee16902f30d834d4381f.tar.xz
obs-somafm_current_track-98f098e4a33913c3810cee16902f30d834d4381f.zip
Structural template
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_layouts/default.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..a6354b1
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,16 @@
+---
+layout: compress
+---
+
+<!DOCTYPE html>
+<html lang="en">
+
+ {% include head.html %}
+
+ <body>
+ {{ content }}
+
+ {% include javascript.html %}
+ </body>
+
+</html>