From 25bd6170dc53d2bd6a0bdfb9261107c4ed886f53 Mon Sep 17 00:00:00 2001 From: Tiago Carrondo Date: Tue, 9 Nov 2021 19:50:01 +0000 Subject: [PATCH] fix URL repo --- content/licenca.md | 2 +- themes/academic/layouts/_default/baseof.html | 72 +++++++++++--------- 2 files changed, 40 insertions(+), 34 deletions(-) diff --git a/content/licenca.md b/content/licenca.md index 148f2ae..966ff4c 100644 --- a/content/licenca.md +++ b/content/licenca.md @@ -4,7 +4,7 @@ title: Licenças e Atribuições ## Geral -O código deste website está disponível em https://gitlab.com/tcarrondo/hugo-ansol.org, sob a licença [#TODO](). +O código deste website está disponível em https://gitlab.com/ansol/web-ansol.org, sob a licença [#TODO](). ["Search"](https://thenounproject.com/term/search/14173/), criado por Egor Culcea, da colecção [The Noun Project](thenounproject.com), licenciado sob [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/pt/legalcode). diff --git a/themes/academic/layouts/_default/baseof.html b/themes/academic/layouts/_default/baseof.html index 58e3d8d..062d37e 100644 --- a/themes/academic/layouts/_default/baseof.html +++ b/themes/academic/layouts/_default/baseof.html @@ -1,37 +1,43 @@ - - {{ partial "site_head" . }} - - -
- {{ block "main" . }}{{ end }} -
+ +{{ partial "site_head" . }} - {{ partial "search" . }} - {{ partial "site_js" . }} + + +
+ {{ block "main" . }}{{ end }} +
+ + {{ partial "search" . }} + {{ partial "site_js" . }} + + + - -