diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-05-17 21:05:54 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-05-17 21:05:54 +0200 |
commit | aad6ac30fcdb6a6bd03290fa6373da112fadb2f2 (patch) | |
tree | 19dad6bfddee7075b3aab4945e1d6d239c7e3b52 | |
parent | 802d891506bb6ef2f9b57a5927f1ddd2349d2f9e (diff) | |
download | pelican-themes-aad6ac30fcdb6a6bd03290fa6373da112fadb2f2.tar.gz |
Get rid of Launchyard stuff.
-rw-r--r-- | SoMA2/static/images/blue-pin.png | bin | 0 -> 1564 bytes | |||
-rw-r--r-- | SoMA2/static/images/favicon.ico | bin | 0 -> 16958 bytes | |||
-rw-r--r-- | SoMA2/templates/base.html | 6 |
3 files changed, 3 insertions, 3 deletions
diff --git a/SoMA2/static/images/blue-pin.png b/SoMA2/static/images/blue-pin.png Binary files differnew file mode 100644 index 0000000..60bd2d5 --- /dev/null +++ b/SoMA2/static/images/blue-pin.png diff --git a/SoMA2/static/images/favicon.ico b/SoMA2/static/images/favicon.ico Binary files differnew file mode 100644 index 0000000..fb02bc8 --- /dev/null +++ b/SoMA2/static/images/favicon.ico diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html index 47159af..55ddff1 100644 --- a/SoMA2/templates/base.html +++ b/SoMA2/templates/base.html @@ -4,7 +4,7 @@ <title>{% block title %}{{ SITENAME }}{%endblock%}</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="http://launchyard.com/images/favicon.png"/> + <link rel="shortcut icon" href="{{ SITEURL }}/theme/images/favicon.ico"/> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> {% if FEED_ALL_ATOM %} <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Atom Feed" /> @@ -34,7 +34,7 @@ <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><a href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a><img src="http://www.launchyard.com/images/LY-identity.png" width="100" height="100" alt="LaunchYard logo"><br/>skensell<br/><a href="http://launchyard.com/" >Learn more →</a></p></div> + <div class="LaunchyardDetail"><p><a href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a><img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"><br/>scottkensell.com<br/><a href="https://github.com/skensell" >github</a></p></div> {% block content %} {% endblock %} @@ -46,7 +46,7 @@ <footer id="contentinfo" > <address id="about" class="vcard "> Proudly powered by <a href="http://getpelican.com/" target="_blank">Pelican</a>, which takes - great advantage of <a href="http://python.org" target="_blank">Python</a>. © <a class="url fn" href="http://launchyard.com">LaunchYard</a> + great advantage of <a href="http://python.org" target="_blank">Python</a>. </address><!-- /#about --> |