diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-31 02:03:56 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-31 02:03:56 +0300 |
commit | 98f098e4a33913c3810cee16902f30d834d4381f (patch) | |
tree | 15a81f4dd3d2c3e720e8a1c3f3a9ea1a5cc02e0a /_layouts | |
parent | 71fe7f25710909fbb829cd1831e83ba9f5ba0aa1 (diff) | |
download | obs-somafm_current_track-98f098e4a33913c3810cee16902f30d834d4381f.tar.xz obs-somafm_current_track-98f098e4a33913c3810cee16902f30d834d4381f.zip |
Structural template
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 16 |
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> |