A Python content management system designed for kirsle.net featuring a blog, comments and photo albums.
https://rophako.kirsle.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
817 B
15 lines
817 B
{##############################################################################
|
|
# Macro to support Google AdSense ad banners for Rophako.
|
|
#
|
|
# Copy this HTML page into your own site's www folder and paste in the code for
|
|
# your Google ads inside the macros. The macros "nav_ads()" and "leaderboard()"
|
|
# must be present in this file, even if not used by your site, because the
|
|
# blog entry.inc.html page needs the leaderboard function.
|
|
#
|
|
# I did this because I use Google ads on Kirsle.net and I don't want to
|
|
# maintain a 99%-identical copy of blog/entry.inc.html just for Kirsle.net. :)
|
|
##############################################################################}
|
|
|
|
{# Macro for leaderboard shaped Google ads. DO NOT REMOVE THIS MACRO OR THE
|
|
BLOG WILL BREAK. #}
|
|
{% macro leaderboard() %}{% endmacro %}
|
|
|