diff options
| author | Núbio C. Hott <bio@brigadadigital.tec.br> | 2026-04-28 12:01:30 -0300 |
|---|---|---|
| committer | Núbio C. Hott <bio@brigadadigital.tec.br> | 2026-04-28 12:01:30 -0300 |
| commit | 5f987e963bacc00e73ec5a0724eb5ddfc6253dcf (patch) | |
| tree | 62a1f1fa16405666fb9249b7539d48d19c3cb4e7 | |
| parent | 65f5d29ffafb170b43848f1a206983b46a29874f (diff) | |
| download | website-5f987e963bacc00e73ec5a0724eb5ddfc6253dcf.tar.gz website-5f987e963bacc00e73ec5a0724eb5ddfc6253dcf.tar.bz2 website-5f987e963bacc00e73ec5a0724eb5ddfc6253dcf.zip | |
Adição do repositório git do site no rodapé, template base
| -rw-r--r-- | __pycache__/pelicanconf.cpython-312.pyc | bin | 1334 -> 1399 bytes | |||
| -rw-r--r-- | pelicanconf.py | 1 | ||||
| -rw-r--r-- | themes/nojs/templates/base.html | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/__pycache__/pelicanconf.cpython-312.pyc b/__pycache__/pelicanconf.cpython-312.pyc Binary files differindex 9825f67..6ac0bed 100644 --- a/__pycache__/pelicanconf.cpython-312.pyc +++ b/__pycache__/pelicanconf.cpython-312.pyc 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 @@ <footer id="contentinfo" class="body"> <a href="{{ SITEURL }}/"><img src="{{ static }}/images/brigadadigital-footer.png" title="Início" alt="Logo Brigada Digital"/></a> <p>Associação sem fins lucrativos, Belo Horizonte, MG, CNPJ 64.479.229/0001-33.</p> - <p style="padding: 10px;">Site livre de cookies e javascript, sob a licença <a href="https://creativecommons.org/licenses/by-nd/4.0/deed.pt-br" target="_blank" title="Saiba mais sobre a licença">CC BY-ND 4.0</a>.</p> + <p style="padding: 10px;">Site livre de cookies e javascript, sob a licença <a href="https://creativecommons.org/licenses/by-nd/4.0/deed.pt-br" target="_blank" title="Saiba mais sobre a licença">CC BY-ND 4.0</a>, disponível em <a href="https://git.brigadadigital.org.br/cgit/brigadadigital/website.git" target="_blank" title="Repositório do site">git</a>.</p> <address id="about" class="vcard body"> Desenvolvido em <a href="http://getpelican.com/" target="_blank" title="Site do projeto Pelican">Pelican</a>, que tira proveito de <a href="http://python.org" target="_blank" title="site do projeto Python">Python</a>. |
