From 6eaf6cca83e1eb050baafcc34bd04b964510c78e Mon Sep 17 00:00:00 2001 From: l29utp0 Date: Sun, 24 Oct 2021 00:16:13 +0100 Subject: [PATCH] footer --- views/includes/footer.pug | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/views/includes/footer.pug b/views/includes/footer.pug index fb92718b..8cf0f502 100644 --- a/views/includes/footer.pug +++ b/views/includes/footer.pug @@ -1,13 +1,19 @@ unless minimal small.footer#bottom - | - - a(href='/news.html') news - | - - a(href='/rules.html') rules - | - - a(href='/faq.html') faq - | - + | • + a(href='/news.html') Notícias + | • + a(href='/rules.html') Regras + | • + a(href='/faq.html') FAQ + | • + a(href='/faq.html#legalDMCA') Legal/DMCA + | • + a(href='https://gitgud.io/l29utp0/ptchina') Source + | • + a(href='/faq.html#cripto') Doar + | • div - a(href='https://gitgud.io/fatchan/jschan/') jschan - | #{version} -script(src=`/js/render.js?v=${commit}`) + p Todas as marcas registadas, direitos de autor, comentários e ficheiros neste site são propriedade e responsabilidade dos seus respectivos autores e proprietários. Só um louco levaria o que aqui é escrito a sério. + +script(src=`/js/render.js?v=${commit}`) \ No newline at end of file