diff options
| -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>. |
