aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-02-23 01:46:02 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-02-23 01:46:02 +0300
commit25843593a10da466a1e769b8fdf17284e24d37e6 (patch)
treea25718dc72ff3dbabfc699a792b02e29c645f83a /_layouts
parent2b8adf6d9f919755b18813ceea37b80d6fabc062 (diff)
downloadaaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.tar.gz
aaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.zip
add art gallery and tweak header
i think that the pictures are just placeholders now. i will try to improve this 'gallery' a bit later. also, header is now fixed with transparent background.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 0f35f14..b146090 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -11,9 +11,9 @@
</head>
<body>
{% include navigation.html %}
-
+ <div class="content">
{{ content }}
-
+ </div>
{% include footer.html %}
</body>
</html>