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/chapter_detail.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/custom/page_templates/public/chapter_detail.html.erb') diff --git a/app/views/custom/page_templates/public/chapter_detail.html.erb b/app/views/custom/page_templates/public/chapter_detail.html.erb index 18449b80..794be823 100644 --- a/app/views/custom/page_templates/public/chapter_detail.html.erb +++ b/app/views/custom/page_templates/public/chapter_detail.html.erb @@ -1,5 +1,5 @@
-

<%= @page.title %>

+

<%= @page.title %>

<%= headline_image %> <% if @page.node.external_url.present? %>
<%= link_to @page.node.external_url, @page.node.external_url, target: '_blank', rel: 'noopener' %>
-- cgit v1.3