From 772fd44b4d9f9f1e545b1a69134327d9cfb21931 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 1 Jan 2021 12:42:14 -0300 Subject: Remove _layouts/page.html, use 'default' layout for pages --- _layouts/default.html | 8 ++++++-- _layouts/page.html | 6 ------ _plugins/linter.rb | 8 ++++---- a-propos.md | 2 +- about.md | 2 +- aja-par-categorie.md | 2 +- aja.md | 2 +- articles-by-category.md | 2 +- articles-par-categorie.md | 2 +- artigos-por-categoria.md | 2 +- artikoloj-lau-kategorio.md | 2 +- diapositives-par-categorie.md | 2 +- diapositives.md | 2 +- en/index.md | 2 +- eo/index.md | 2 +- episodes-de-podcast-par-categorie.md | 2 +- episodios-do-podcast-por-categoria.md | 2 +- eslaides-por-categoria.md | 2 +- eslaides.md | 2 +- fr/index.md | 2 +- hea-por-categoria.md | 2 +- hea.md | 2 +- hml-lau-kategorio.md | 2 +- hml.md | 2 +- index.md | 2 +- lumbildoj-lau-kategorio.md | 2 +- lumbildoj.md | 2 +- pastebins-by-category.md | 2 +- pastebins-lau-kategorio.md | 2 +- pastebins-par-categorie.md | 2 +- pastebins-por-categoria.md | 2 +- pastebins.en.md | 2 +- pastebins.eo.md | 2 +- pastebins.fr.md | 2 +- pastebins.pt.md | 2 +- podcast-episodes-by-category.md | 2 +- podcast.en.md | 2 +- podcast.fr.md | 2 +- podcast.pt.md | 2 +- podkastajoj-lau-kategorio.md | 2 +- podkasto.md | 2 +- pri.md | 2 +- pt/index.md | 2 +- screencasts-by-category.md | 2 +- screencasts-lau-kategorio.md | 2 +- screencasts-par-categorie.md | 2 +- screencasts-por-categoria.md | 2 +- screencasts.en.md | 2 +- screencasts.eo.md | 2 +- screencasts.fr.md | 2 +- screencasts.pt.md | 2 +- slides-by-category.md | 2 +- slides.md | 2 +- sobre.md | 2 +- til-by-category.md | 2 +- til.md | 2 +- 56 files changed, 63 insertions(+), 65 deletions(-) delete mode 100644 _layouts/page.html diff --git a/_layouts/default.html b/_layouts/default.html index a553db6..c5bbdfe 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -111,8 +111,12 @@
- {% if page.title %}

{{ page.title }}

{% endif %} - {{ content }} +
+

+ {{ page.title }} +

+ {{ content }} +