From 7bd2525fa936e117abd7503844c9dab73d87de1a Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 30 Jul 2026 23:40:28 +0200 Subject: Promote article title from h2 to h1 and fix css accordingly --- app/views/custom/page_templates/public/update.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/custom/page_templates/public/update.html.erb') diff --git a/app/views/custom/page_templates/public/update.html.erb b/app/views/custom/page_templates/public/update.html.erb index f460f621..2174e358 100644 --- a/app/views/custom/page_templates/public/update.html.erb +++ b/app/views/custom/page_templates/public/update.html.erb @@ -1,5 +1,5 @@
-

<%= @page.title %>

+

<%= @page.title %>

<%= date_and_time_for_page @page %>, <%= @page.user.try(:login) %>

<%= sanitize( @page.abstract )%>

<%= headline_image %>
-- cgit v1.3