diff options
author | Valentin Popov <info@valentineus.link> | 2020-01-23 11:17:24 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-01-23 11:17:24 +0300 |
commit | 3e0efb5d500550ea2a5687f080582e200a495d25 (patch) | |
tree | 614ebc526ca6e52609a9bb226a448f430694a1eb /_layouts | |
parent | 20a83cfb4a9f7841944b62c914250d8938274585 (diff) | |
download | popov.link-3e0efb5d500550ea2a5687f080582e200a495d25.tar.xz popov.link-3e0efb5d500550ea2a5687f080582e200a495d25.zip |
Removed sidebar
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/page.html | 2 | ||||
-rw-r--r-- | _layouts/post.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index 56d1864..01d6fcd 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -9,5 +9,3 @@ layout: default {{ content }} </main> - -{% include aside.html %} diff --git a/_layouts/post.html b/_layouts/post.html index e4aaa10..8270973 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,6 +18,4 @@ layout: default </header> {{ content }} - - {% include disqus.html %} </article> |