Skip to content

Commit

Permalink
Add the awesome balanced logo in layout template
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Oct 2, 2013
1 parent 3512f75 commit a1283d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% extends "!layout.html" %}
{% block sidebarlogo %}
<a
href="https://www.balancedpayments.com/"
title="An open source recurring payment project powered by Balanced Payments"
>
<img
src="https://d3n06lmttbcmxe.cloudfront.net/images/homepage_logo-01-2x.png"
style="margin-bottom: 30px; width: 180px; height: auto; "
/>
</a>
{{ super() }}
{% endblock %}

0 comments on commit a1283d3

Please sign in to comment.