From ac0aea3262114cca138531401046b801e5c40472 Mon Sep 17 00:00:00 2001 From: Nuno Mariz Date: Fri, 22 Feb 2019 10:12:11 +0000 Subject: [PATCH] Alterar ordem do menu e adicionar ficheiros de patch no .gitignore --- .gitignore | 4 ++++ theme/python-pt/templates/base.html | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3a7306a..a409141 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,7 @@ output/ # editor temp files *.*~ + +# Patches +*.diff +*.patch diff --git a/theme/python-pt/templates/base.html b/theme/python-pt/templates/base.html index c0a3edf..e62becf 100755 --- a/theme/python-pt/templates/base.html +++ b/theme/python-pt/templates/base.html @@ -52,10 +52,10 @@ Acerca - {% for link in NAVBAR_HOME_LINKS[:-1] %} - {% endfor %} + {% endfor %}