From 913610f1761988e3d7086c428cc79694ab687290 Mon Sep 17 00:00:00 2001 From: Renne Rocha Date: Tue, 13 May 2025 08:17:25 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20ID=20do=20Umami=20e=20removendo?= =?UTF-8?q?=20alguns=20arquivos=20desnecess=C3=A1rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- receitasdecerveja/pelicanconf.py | 2 +- .../themes/monospace/templates/analytics.html | 4 ++-- .../themes/monospace/templates/base.html | 12 ------------ .../monospace/templates/disqus_script.html | 11 ----------- .../themes/monospace/templates/github.html | 9 --------- .../themes/monospace/templates/piwik.html | 16 ---------------- .../themes/monospace/templates/twitter.html | 3 --- 7 files changed, 3 insertions(+), 54 deletions(-) delete mode 100644 receitasdecerveja/themes/monospace/templates/disqus_script.html delete mode 100644 receitasdecerveja/themes/monospace/templates/github.html delete mode 100644 receitasdecerveja/themes/monospace/templates/piwik.html delete mode 100644 receitasdecerveja/themes/monospace/templates/twitter.html 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..59d05eb 100644 --- a/receitasdecerveja/themes/monospace/templates/base.html +++ b/receitasdecerveja/themes/monospace/templates/base.html @@ -9,17 +9,6 @@ {% endif %} - - - - - - - @@ -63,7 +52,6 @@ {% 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