diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 20:54:48 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 20:54:48 +0200 |
commit | 417440375a1df57039def4fce60a3e6823f8ad0d (patch) | |
tree | 6ea081c272b1d68c989ab68f8d484c5b7d5fd606 /SoMA2/templates/base.html | |
parent | ac9a47ed1654f0fda13ef50d206ae08d334f6825 (diff) | |
download | pelican-themes-417440375a1df57039def4fce60a3e6823f8ad0d.tar.gz |
Make title a little smaller and don't show categories.
Diffstat (limited to 'SoMA2/templates/base.html')
-rw-r--r-- | SoMA2/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html index b4e7c59..102feeb 100644 --- a/SoMA2/templates/base.html +++ b/SoMA2/templates/base.html @@ -46,7 +46,7 @@ <!-- <br/> --> <!-- {% endfor %} --> -{% include 'categories.html' %} +<!-- {% include 'categories.html' %} --> </div> {% block content %} |