From 57fc6752cd0f19eb5ca2285863a857938900ea25 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 19 May 2021 11:42:19 +0300 Subject: docs: remove from templates mention they're the default ones --- src/template.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/template.rs b/src/template.rs index 23b9b06..41d2e04 100644 --- a/src/template.rs +++ b/src/template.rs @@ -8,12 +8,11 @@ const NEW_ENTRY: &str = r#"[[!meta title="{{ title }}"]] [[!meta link="{{ topic }}"]] {% endif %} -This is the default template. "#; const NEW_TOPIC: &str = r#"[[!meta title="{{ title }}"]] -This is the default topic template. +Describe the topic here. # Entries -- cgit v1.2.1