diff options
author | Alex Scerba <alex@scerba.org> | 2024-11-09 23:22:43 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-11-09 23:22:43 -0500 |
commit | 44b33c5f6bb1b694d905a00458083c9a4ebaa5ee (patch) | |
tree | 0697d25d39df8b16eec9607ee71fcc678092ea3f | |
parent | 583389e019cab0bd07995b059ed1c8a2a3094d07 (diff) |
Remove leading . from paths
-rw-r--r-- | html/master.tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html index 3858bfb..03df9f6 100644 --- a/html/master.tmpl.html +++ b/html/master.tmpl.html @@ -9,8 +9,8 @@ <meta name="description" content="{{block "description" .}}Alex's personal site{{end}}" />
<meta name="keywords" content="{{block "keywords" .}}personal site{{end}}">
<link rel="canonical" href="https://www.scerba.org{{block "canonical" .}}{{end}}">
- <link rel="stylesheet" href="./static/style.css" />
- <link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon" />
+ <link rel="stylesheet" href="/static/style.css" />
+ <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
</head>
<body>
<header>
|