From 5f987e963bacc00e73ec5a0724eb5ddfc6253dcf Mon Sep 17 00:00:00 2001 From: "Núbio C. Hott" Date: Tue, 28 Apr 2026 12:01:30 -0300 Subject: Adição do repositório git do site no rodapé, template base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __pycache__/pelicanconf.cpython-312.pyc | Bin 1334 -> 1399 bytes pelicanconf.py | 1 + themes/nojs/templates/base.html | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/__pycache__/pelicanconf.cpython-312.pyc b/__pycache__/pelicanconf.cpython-312.pyc index 9825f67..6ac0bed 100644 Binary files a/__pycache__/pelicanconf.cpython-312.pyc and b/__pycache__/pelicanconf.cpython-312.pyc differ diff --git a/pelicanconf.py b/pelicanconf.py index 06d482d..9a95f07 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -14,6 +14,7 @@ ARTICLE_PATHS = ['articles'] DEFAULT_CATEGORY = 'Artigos' PAGE_PATHS = ['pages'] STATIC_PATHS = ['images', 'downloads', 'extra/favicon.ico'] +#OUTPUT_PATH = '../site' DEFAULT_PAGINATION = 10 #PAGINATED_TEMPLATES = {'category': None, 'author': None, 'archives': None, 'tags': None, 'home': 6} diff --git a/themes/nojs/templates/base.html b/themes/nojs/templates/base.html index 75cb3da..7adb4c1 100644 --- a/themes/nojs/templates/base.html +++ b/themes/nojs/templates/base.html @@ -56,7 +56,7 @@