From b5f8acc2e95f1f0ab02fb046e8e6cd0bf70fdcdc Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 14 Jun 2021 12:05:17 +0200 Subject: [PATCH] Make blog section and page settings universal for website --- content/blog/_index.md | 2 -- templates/{blog-page.html => page.html} | 0 templates/{blog.html => section.html} | 0 3 files changed, 2 deletions(-) rename templates/{blog-page.html => page.html} (100%) rename templates/{blog.html => section.html} (100%) diff --git a/content/blog/_index.md b/content/blog/_index.md index 72bc989..071512c 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,6 +1,4 @@ +++ title = "List of blog posts" sort_by = "date" -template = "blog.html" -page_template = "blog-page.html" +++ diff --git a/templates/blog-page.html b/templates/page.html similarity index 100% rename from templates/blog-page.html rename to templates/page.html diff --git a/templates/blog.html b/templates/section.html similarity index 100% rename from templates/blog.html rename to templates/section.html