Hardcode name instead of doing author.name

Change-Id: I6bcb8fcb95940e166d6dd2c89e3e8057876f439c
This commit is contained in:
Monty Taylor 2021-08-16 11:40:13 -05:00
parent 08ae2bf1a8
commit 0377cb2183
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@
<link rel="stylesheet"
href="/css/mordred.css">
<meta name="description"
content="{{author.name}}'s Website">
<meta name="author" content="{{author.name}}">
content="Monty Taylor's Website">
<meta name="author" content="Monty Taylor">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
</head>
@ -59,7 +59,7 @@
rel="cc:attributionURL"
href='http://inaugust.com'>http://inaugust.com</a>
by <span xmlns:cc="http://creativecommons.org/ns#"
property="cc:attributionName">{{author.name}}</span>
property="cc:attributionName">Monty Taylor</span>
is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative
Commons Attribution 4.0 International License</a>.