aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2
diff options
context:
space:
mode:
authorScott Kensell <scott.kensell@prezi.com>2014-05-17 21:05:54 +0200
committerScott Kensell <scott.kensell@prezi.com>2014-05-17 21:05:54 +0200
commitaad6ac30fcdb6a6bd03290fa6373da112fadb2f2 (patch)
tree19dad6bfddee7075b3aab4945e1d6d239c7e3b52 /SoMA2
parent802d891506bb6ef2f9b57a5927f1ddd2349d2f9e (diff)
downloadpelican-themes-aad6ac30fcdb6a6bd03290fa6373da112fadb2f2.zip
pelican-themes-aad6ac30fcdb6a6bd03290fa6373da112fadb2f2.tar.gz
pelican-themes-aad6ac30fcdb6a6bd03290fa6373da112fadb2f2.tar.bz2
Get rid of Launchyard stuff.
Diffstat (limited to 'SoMA2')
-rw-r--r--SoMA2/static/images/blue-pin.pngbin0 -> 1564 bytes
-rw-r--r--SoMA2/static/images/favicon.icobin0 -> 16958 bytes
-rw-r--r--SoMA2/templates/base.html6
3 files changed, 3 insertions, 3 deletions
diff --git a/SoMA2/static/images/blue-pin.png b/SoMA2/static/images/blue-pin.png
new file mode 100644
index 0000000..60bd2d5
--- /dev/null
+++ b/SoMA2/static/images/blue-pin.png
Binary files differ
diff --git a/SoMA2/static/images/favicon.ico b/SoMA2/static/images/favicon.ico
new file mode 100644
index 0000000..fb02bc8
--- /dev/null
+++ b/SoMA2/static/images/favicon.ico
Binary files differ
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 &rarr;</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>. &copy; <a class="url fn" href="http://launchyard.com">LaunchYard</a>
+ great advantage of <a href="http://python.org" target="_blank">Python</a>.
</address><!-- /#about -->