aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/cv.html9
-rw-r--r--templates/default.html5
2 files changed, 4 insertions, 10 deletions
diff --git a/templates/cv.html b/templates/cv.html
index d61dd33..71ed4c7 100644
--- a/templates/cv.html
+++ b/templates/cv.html
@@ -23,7 +23,6 @@ $endif$
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#eea35f">
<meta name="msapplication-TileColor" content="#da532c">
- <meta name="theme-color" content="#eea35f">
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
@@ -54,7 +53,7 @@ $endfor$
[<a href="/">home</a>]&nbsp;
[<a href="/blog/">blog</a>]&nbsp;
[<a href="https://git.sacredheartsc.com/">git</a>]&nbsp;
- [<a href="mailto:stonewall@sacredheartsc.com">email</a>]&nbsp;
+ [<a href="mailto:cullum@sacredheartsc.com" title="cullum@sacredheartsc.com">email</a>]&nbsp;
[<a href="$feed$">rss</a>]
<span style="float: right">JMJ</span>
<hr>
@@ -83,11 +82,7 @@ $for(include-after)$
$include-after$
$endfor$
<footer>
- <p>
- Please <a href="mailto:stonewall@sacredheartsc.com">contact me</a> if you
- require a de-anonymized CV.
- <span class="date">Last updated $date$</span>
- </p>
+ <p><span class="date">Last updated $date$</span></p>
</footer>
</body>
</html>
diff --git a/templates/default.html b/templates/default.html
index 4145c9b..db11d67 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -23,7 +23,6 @@ $endif$
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#eea35f">
<meta name="msapplication-TileColor" content="#da532c">
- <meta name="theme-color" content="#eea35f">
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
@@ -54,7 +53,7 @@ $endfor$
[<a href="/">home</a>]&nbsp;
[<a href="/blog/">blog</a>]&nbsp;
[<a href="https://git.sacredheartsc.com/">git</a>]&nbsp;
- [<a href="mailto:stonewall@sacredheartsc.com">email</a>]&nbsp;
+ [<a href="mailto:cullum@sacredheartsc.com" title="cullum@sacredheartsc.com">email</a>]&nbsp;
[<a href="$feed$">rss</a>]
<span style="float: right">JMJ</span>
<hr>
@@ -70,7 +69,7 @@ $if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
$if(date)$
-<p class="date">$date$</p>
+<p class="date">$date$ AD</p>
$endif$
</header>