~jan0sch/darcs-book

Showing details for patch 5d3a0ed0da31f526f7c5a9c6b169a102751dc71d.
2018-12-11 (Tue), 7:50 PM - - 5d3a0ed0da31f526f7c5a9c6b169a102751dc71d

Rename pagetitle field in html template to title

This patch make the infile metadata more consisted with the template
Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • html/template.html with 1 added and 1 removed lines
diff -rN -u old-darcs-book/html/template.html new-darcs-book/html/template.html
--- old-darcs-book/html/template.html	2024-11-23 14:59:53.570043772 +0000
+++ new-darcs-book/html/template.html	2024-11-23 14:59:53.570043772 +0000
@@ -4,7 +4,7 @@
   <meta charset="utf-8" />
   <meta name="generator" content="pandoc" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
-  <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
+  <title>$title$</title>
   <style type="text/css">
       code{white-space: pre-wrap;}
       span.smallcaps{font-variant: small-caps;}