From 563f10e31b79c697f7a922bcb54a83833aa530c2 Mon Sep 17 00:00:00 2001 From: Hans Fast Date: Wed, 25 Mar 2026 16:20:33 +0100 Subject: [PATCH] ori-templates: put index links in

s to center --- ori-templates/base_html.ori | 2 +- ori-templates/page.ori | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ori-templates/base_html.ori b/ori-templates/base_html.ori index f49755f..da986c1 100644 --- a/ori-templates/base_html.ori +++ b/ori-templates/base_html.ori @@ -10,7 +10,7 @@

${page.all?'private mode':'public mode'}

- ${page.indexPage ? '' : '↖index'} + ${page.indexPage ? '' : '

↖index

'} ${page._body} ` diff --git a/ori-templates/page.ori b/ori-templates/page.ori index c02a60c..636d1e5 100644 --- a/ori-templates/page.ori +++ b/ori-templates/page.ori @@ -6,6 +6,6 @@

${page.title}

${page.fnd.addr} ${page.fnd.tags || ''}

${page._body} - ↖index +

↖index

` })