mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-28 00:04:56 -05:00
Fix #61
This commit is contained in:
parent
aa5e91ca96
commit
32bf180f98
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title + "—Hypermedia Systems" if title else "Hypermedia Systems" }}</title>
|
||||
<title>{{ title | d("Hypermedia Systems") | safe }}</title>
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
{# <link href="https://fonts.bunny.net/css?family=literata:400,400i,700,700i|merriweather-sans:400,400i,700,700i" rel="stylesheet" /> #}
|
||||
<link rel="stylesheet" href="https://unpkg.com/missing.css@1.0.12/dist/missing.min.css">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user