diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 01:46:02 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-02-23 01:46:02 +0300 |
| commit | 25843593a10da466a1e769b8fdf17284e24d37e6 (patch) | |
| tree | a25718dc72ff3dbabfc699a792b02e29c645f83a /_layouts | |
| parent | 2b8adf6d9f919755b18813ceea37b80d6fabc062 (diff) | |
| download | aaoth.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.html | 4 |
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> |
