diff --git a/templates/archive-entry.html b/templates/archive-entry.html index 9258f9c..2419209 100644 --- a/templates/archive-entry.html +++ b/templates/archive-entry.html @@ -13,11 +13,11 @@ View Dashboard - New Archive Entry - View Entry + title="Click to edit '{{db-data.title}}'" + href="/edit/archive/{{db-data.slug}}"> + Edit Archive Entry + Edit Entry

{{db-data.title}}

- Published: {{db-data.month}} {{db-data.year}} + {{db-data.month}} {{db-data.year}}

Keywords: {{ db-data.keywords | replace:, | with:" • " }}

{{data | safe}} diff --git a/templates/page.html b/templates/page.html index ea917f5..dc089c9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,11 +12,11 @@ View Dashboard
- New Archive Entry - View Entry + title="Click to edit '{{db-data.title}}'" + href="/edit/page/{{db-data.slug}}"> + Edit Page + Edit Page