Merge pull request #443 from angusholder/patch-1

Fix the <title> of markdown docs
This commit is contained in:
1cg 2021-05-10 09:52:59 -06:00 committed by GitHub
commit 477829d3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<html lang="en">
<head>
<title>&lt;/> htmx - high power tools for html</title>
<title>{{ title | default("&lt;/> 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"/>