<%= theme.nickname %>
-<%- markdown(theme.description) %>
--
From 772fc46ceed50c859867cf2b7901f066f2a85502 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 17 Oct 2019 06:44:57 +0100 Subject: [PATCH] feat(layout): remove about layout and associated configs --- _config.yml | 9 --------- themes/chameleon/layout/about.ejs | 22 ---------------------- 2 files changed, 31 deletions(-) delete mode 100644 themes/chameleon/layout/about.ejs diff --git a/_config.yml b/_config.yml index f05bb48..8e76a73 100644 --- a/_config.yml +++ b/_config.yml @@ -105,12 +105,3 @@ theme_config: # Load forkawesome icons? See the links option below. icons: false - - # Footer area links - # If you set "icons: false" link names will be clear text - # If "icons: true" link names will interpreted as fontawesome icon names - # Use the forkawesome icon names (https://forkaweso.me/Fork-Awesome/icons/) without the fa- prefix - links: - Home: /blog/ - Feed: /atom.xml - GitLab: https://gitlab.com/curben/blog diff --git a/themes/chameleon/layout/about.ejs b/themes/chameleon/layout/about.ejs deleted file mode 100644 index e2a85c0..0000000 --- a/themes/chameleon/layout/about.ejs +++ /dev/null @@ -1,22 +0,0 @@ -
<%- markdown(theme.description) %>
-