Skip to content

Commit 0151588

Browse files
committed
Fix footer
1 parent 081487a commit 0151588

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

posts/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h1>{{ blog_title }}</h1>
9393
{% block content %}{% endblock %}
9494
</div>
9595

96-
<footer>{{ blog_footer|safe }}</footer>
96+
<footer>{% include 'footer.html' %}</footer>
9797
</div>
9898
</body>
9999
</html>

standalone/templates/footer.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<p class="blurb">
2+
The source code of onepageblog is released under the
3+
<a href="https://www.gnu.org/licenses/agpl.html">GNU Affero
4+
General Public License</a>, and is available at
5+
<a href="https://github.com/kaapstorm/onepageblog">GitHub</a>.
6+
7+
The lightbulb icon is by the people from the
8+
<a href="http://tango-project.org/">Tango desktop project</a>.
9+
The favicon is from the
10+
<a href="http://www.famfamfam.com/lab/icons/silk/">famfamfam Silk
11+
icon set</a> by Mark James.
12+
</p>

0 commit comments

Comments
 (0)