mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 07:46:30 -05:00
Small alias and archetype change
This commit is contained in:
parent
ff5e0abfbb
commit
23662ed445
2 changed files with 3 additions and 2 deletions
|
@ -4,4 +4,5 @@ date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}
|
|||
draft: true
|
||||
tags: []
|
||||
math: false
|
||||
medium_enabled: false
|
||||
---
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<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.
|
||||
|
|
Loading…
Reference in a new issue