diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-06-04 16:13:33 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-06-04 16:13:33 +0200 |
commit | 7872c7fac206776b40ddf65cbaac85e2b06b744b (patch) | |
tree | 3307627104ab470a125ca976593b5e961a50e57e /SoMA2/templates/base.html | |
parent | 417440375a1df57039def4fce60a3e6823f8ad0d (diff) | |
download | pelican-themes-7872c7fac206776b40ddf65cbaac85e2b06b744b.tar.gz |
Prefer Avenir Next font and add aboutlink and tagline to left.
Diffstat (limited to 'SoMA2/templates/base.html')
-rw-r--r-- | SoMA2/templates/base.html | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html index 102feeb..c2a3f7b 100644 --- a/SoMA2/templates/base.html +++ b/SoMA2/templates/base.html @@ -33,12 +33,26 @@ <!-- <header id="banner" class="body"> --> <!-- <h1><a href="{{ SITEURL }}/"><img src="http://www.launchyard.com/images/logo.png" />{% if SITESUBTITLE %}<strong>{{ SITESUBTITLE }}</strong>{% endif %}</a></h1> --> <!-- </header> --> -<!-- /#banner --> + <div class="LaunchyardDetail"> - <p> + <!-- <p> --> <!-- <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> --> - </p> + <!-- </p> --> <p><a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a></p> + {% if SITETAGLINE %}<p id="sitetagline">{{ SITETAGLINE }}</p>{% endif %} + <p><a id="aboutlink" href="{{ SITEURL }}/pages/about.html">about</a></p> + + <!-- <ul> --> + <!-- <li><a href="{{ SITEURL }}/pages/about.html">about</a></li> --> + <!-- <li><a href="{{ SITEURL }}/pages/about.html">articles</a></li> --> +<!-- {% if articles %} --> +<!-- <br/> --> +<!-- <br/> --> +<!-- {% for article in articles %} --> +<!-- <li><a href="">{{ article.title }}</a></li> --> +<!-- {% endfor %} --> +<!-- {% endif %} --> + <!-- </ul> --> <!-- This belongs in the about page --> <!-- {% for name, link in SOCIAL %} --> |