-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b245d3c
commit 43a8c6a
Showing
3 changed files
with
29 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,27 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
{{ super() }} | ||
<div class="social-container"> | ||
<b>Share this content</b> | ||
<div class="a2a_kit a2a_kit_size_32 a2a_default_style"> | ||
<a class="a2a_dd" href="https://www.addtoany.com/share"></a> | ||
<a class="a2a_button_x"></a> | ||
<a class="a2a_button_telegram"></a> | ||
<a class="a2a_button_linkedin"></a> | ||
<a class="a2a_button_email"></a> | ||
<a class="a2a_button_microsoft_teams"></a> | ||
</div> | ||
<br> | ||
<script async src="https://static.addtoany.com/menu/page.js"></script> | ||
</div> | ||
{% endblock %} | ||
|
||
{% block styles %} | ||
{{ super() }} | ||
<style> | ||
.social-container { | ||
float: right; | ||
} | ||
</style> | ||
{% endblock %} |
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
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