mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
Merge pull request #443 from angusholder/patch-1
Fix the <title> of markdown docs
This commit is contained in:
commit
477829d3e5
@ -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