diff --git a/receitasdecerveja/pelicanconf.py b/receitasdecerveja/pelicanconf.py index 8fc9723..4e0557f 100644 --- a/receitasdecerveja/pelicanconf.py +++ b/receitasdecerveja/pelicanconf.py @@ -31,4 +31,4 @@ RELATIVE_URLS = True THEME = "themes/monospace" -UMAMI_WEBSITE_ID = "" \ No newline at end of file +UMAMI_WEBSITE_ID = "1ad72af9-3ce5-4745-99af-25d899bd7ef6" diff --git a/receitasdecerveja/themes/monospace/templates/analytics.html b/receitasdecerveja/themes/monospace/templates/analytics.html index 07e9302..1629907 100644 --- a/receitasdecerveja/themes/monospace/templates/analytics.html +++ b/receitasdecerveja/themes/monospace/templates/analytics.html @@ -1,3 +1,3 @@ {% if UMAMI_WEBSITE_ID %} - -{% endif %} \ No newline at end of file + +{% endif %} diff --git a/receitasdecerveja/themes/monospace/templates/base.html b/receitasdecerveja/themes/monospace/templates/base.html index a3f0b0e..eaa2a15 100644 --- a/receitasdecerveja/themes/monospace/templates/base.html +++ b/receitasdecerveja/themes/monospace/templates/base.html @@ -9,32 +9,18 @@ {% endif %} - - - - - - -
+
- {% include 'github.html' %} - -
{% block content %} {% endblock %}
- {% include 'analytics.html' %} - {% include 'piwik.html' %} {% include 'disqus_script.html' %}
diff --git a/receitasdecerveja/themes/monospace/templates/disqus_script.html b/receitasdecerveja/themes/monospace/templates/disqus_script.html deleted file mode 100644 index c4f442c..0000000 --- a/receitasdecerveja/themes/monospace/templates/disqus_script.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if DISQUS_SITENAME %} - -{% endif %} diff --git a/receitasdecerveja/themes/monospace/templates/github.html b/receitasdecerveja/themes/monospace/templates/github.html deleted file mode 100644 index 75592ac..0000000 --- a/receitasdecerveja/themes/monospace/templates/github.html +++ /dev/null @@ -1,9 +0,0 @@ -{% if GITHUB_URL %} - -{% if GITHUB_POSITION != "left" %} -Fork me on GitHub -{% else %} -Fork me on GitHub -{% endif %} - -{% endif %} diff --git a/receitasdecerveja/themes/monospace/templates/piwik.html b/receitasdecerveja/themes/monospace/templates/piwik.html deleted file mode 100644 index ff459af..0000000 --- a/receitasdecerveja/themes/monospace/templates/piwik.html +++ /dev/null @@ -1,16 +0,0 @@ -{% if PIWIK_URL and PIWIK_SITE_ID %} - -{% endif %} \ No newline at end of file diff --git a/receitasdecerveja/themes/monospace/templates/twitter.html b/receitasdecerveja/themes/monospace/templates/twitter.html deleted file mode 100644 index c6b159f..0000000 --- a/receitasdecerveja/themes/monospace/templates/twitter.html +++ /dev/null @@ -1,3 +0,0 @@ -{% if TWITTER_USERNAME %} -Tweet -{% endif %} \ No newline at end of file