-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the awesome balanced logo in layout template
- Loading branch information
1 parent
3512f75
commit a1283d3
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |