Small alias and archetype change

This commit is contained in:
Brandon Rozek 2023-02-01 19:31:43 -05:00
parent ff5e0abfbb
commit 23662ed445
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 3 additions and 2 deletions

View file

@ -8,9 +8,9 @@
<meta http-equiv="refresh" content="0; url={{ .Permalink }}">
</head>
<body>
<p>Likely due to typos or site reorganizations, "{{ .Title }}" has moved to a new URL.</p>
<p>Likely due to site reorganizations, "{{ .Title }}" has moved to a new URL.</p>
<p>
If your browser does not immediately send you to the new location,
you can visit <a href="{{ .Permalink }} ">{{ .Permalink }}</a> yourself.
you can visit <a href="{{ .Permalink }}">{{ .Permalink }}</a> yourself.
</body>
</html>