Skip to content

Commit

Permalink
agregado link a donaciones en footer
Browse files Browse the repository at this point in the history
  • Loading branch information
franchardin committed Jun 30, 2024
1 parent ca95f18 commit 1163590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@

# A small copyright notice for the page footer (in HTML).
# (translatable)
CONTENT_FOOTER = '<span>Contents &copy; {date} <a href="mailto:{email}">{author}</a> - Powered by <a href="https://getnikola.com" rel="nofollow" target="_blanc">Nikola</a> {license}</span><span><a href="" rel="nofollow" target="_blanc">Aporta a PyAr con tu donación<a/></span>'
CONTENT_FOOTER = '<span>Contents &copy; {date} <a href="mailto:{email}">{author}</a> - Powered by <a href="https://getnikola.com" rel="nofollow" target="_blanc">Nikola</a> {license}</span><span><a href="https://ac.python.org.ar/#donaciones" rel="nofollow" target="_blanc">Aporta a PyAr con tu donación<a/></span>'

# Things that will be passed to CONTENT_FOOTER.format(). This is done
# for translatability, as dicts are not formattable. Nikola will
Expand Down

0 comments on commit 1163590

Please sign in to comment.