Skip to content

Commit 708044c

Browse files
committed
change link at base to about author page
1 parent 7406b72 commit 708044c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block content %}{% endblock %}
1717
<hr></div>
1818
{% block lower_banner %}{% endblock %}
19-
<div class="cn"><div class="ft sns"><a href="https://github.com/mattmakai">Matt Makai</a> <a href="/change-log.html">2012-2018</a></div></div>
19+
<div class="cn"><div class="ft sns"><a href="/about-author.html">Matt Makai</a> <a href="/change-log.html">2012-2018</a></div></div>
2020
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19910497-7', 'auto'); ga('send', 'pageview');</script>
2121
{% block js %}{% endblock %}
2222
</body>

theme/templates/footer.html

Whitespace-only changes.

0 commit comments

Comments
 (0)