Browse Source

update theme

main
cinnaboot 3 years ago
parent
commit
b36fec02c5
  1. 2
      pelicanconf.py
  2. 1
      themes/notmyidea-custom/templates/base.html

2
pelicanconf.py

@ -1,5 +1,5 @@
AUTHOR = 'cinnaboot' AUTHOR = 'cinnaboot'
SITENAME = 'blech' SITENAME = 'bxxa.cc'
SITEURL = '' SITEURL = ''
PATH = 'content' PATH = 'content'

1
themes/notmyidea-custom/templates/base.html

@ -26,7 +26,6 @@
</ul> </ul>
</header> </header>
<header id="banner" class="body"> <header id="banner" class="body">
<h1><a href="{{ SITEURL }}/">{{ SITENAME }}{% if SITESUBTITLE %} <strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1>
<nav><ul> <nav><ul>
{% for title, link in MENUITEMS %} {% for title, link in MENUITEMS %}
<li><a href="{{ link }}">{{ title }}</a></li> <li><a href="{{ link }}">{{ title }}</a></li>

Loading…
Cancel
Save