mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 15:01:36 +00:00
Fix the <title> of markdown docs
I noticed all the markdown doc files declare their own page title, but on the live website all have the same title of "</> htmx - high power tools for html". It appears the title var wasn't getting used in the base layout template
This commit is contained in:
parent
bb924813dd
commit
b146120c20
@ -1,6 +1,6 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title></> htmx - high power tools for html</title>
|
||||
<title>{{ title | default("</> htmx - high power tools for html") }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="/css/site.css"/>
|
||||
<link rel="stylesheet" href="/css/prism-htmx.css"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user