From 7b2ba6ef820335df682fbe3dcfaceef3a62cf4a5 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 18 May 2020 17:17:36 +0200 Subject: RSS/ATOM feeds: process through Slim controller --- tpl/vintage/includes.html | 4 ++-- tpl/vintage/opensearch.html | 4 ++-- tpl/vintage/page.header.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tpl/vintage') diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html index d77ce497..cf56ca61 100644 --- a/tpl/vintage/includes.html +++ b/tpl/vintage/includes.html @@ -3,8 +3,8 @@ - - + + {if="$formatter==='markdown'"} diff --git a/tpl/vintage/opensearch.html b/tpl/vintage/opensearch.html index 3fcc30b7..5774d38d 100644 --- a/tpl/vintage/opensearch.html +++ b/tpl/vintage/opensearch.html @@ -3,8 +3,8 @@ Shaarli search - {$pagetitle} Shaarli search - {$pagetitle} - - + + UTF-8 Shaarli Community - https://github.com/shaarli/Shaarli/ data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAHRklE diff --git a/tpl/vintage/page.header.html b/tpl/vintage/page.header.html index d9451555..0a8392b6 100644 --- a/tpl/vintage/page.header.html +++ b/tpl/vintage/page.header.html @@ -27,9 +27,9 @@ {else}
  • Login
  • {/if} -
  • RSS Feed
  • +
  • RSS Feed
  • {if="$showatom"} -
  • ATOM Feed
  • +
  • ATOM Feed
  • {/if}
  • Tag cloud
  • Picture wall
  • -- cgit v1.2.3