summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-08 17:59:11 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-08 17:59:11 (EST)
commit903c6e7e15e8491abebd1833876b3559393d78e7 (patch)
treec82c67517a12d339aeb9b194f16a79e0b66f3bb2
parent6f09f14a49a46c92ccaf0c0e1de11ae8986025dc (diff)
downloadwww-903c6e7e15e8491abebd1833876b3559393d78e7.zip
www-903c6e7e15e8491abebd1833876b3559393d78e7.tar.gz
www-903c6e7e15e8491abebd1833876b3559393d78e7.tar.bz2
includes/header.html: Add full first name
-rwxr-xr-xincludes/header.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/includes/header.html b/includes/header.html
index 14cbf6b..30eeb70 100755
--- a/includes/header.html
+++ b/includes/header.html
@@ -21,21 +21,21 @@
<html>
<head>
<meta charset="utf-8">
- <meta name="author" content="Patrick 'P. J.' McDermott <mailto:pj@pehjota.net>">
- <meta name="description" content="The resume, software, and essays of P. J. McDermott -- a software and hardware hacker and advocate for software and cultural freedom.">
+ <meta name="author" content="Patrick McDermott <mailto:pj@pehjota.net>">
+ <meta name="description" content="The resume, software, and essays of Patrick McDermott -- a software and hardware hacker and advocate for software and cultural freedom.">
<!--#if expr="'$__SSIC__' eq '__SSIC__'" -->
<!-- Apache HTTPd mod_include -->
<!--#if expr="$title = ''" -->
- <title>P. J. McDermott</title>
+ <title>Patrick &ldquo;P. J.&rdquo; McDermott</title>
<!--#else -->
- <title><!--#echo var="title" --> - P. J. McDermott</title>
+ <title><!--#echo var="title" --> - Patrick &ldquo;P. J.&rdquo; McDermott</title>
<!--#endif -->
<!--#else -->
<!-- Server Side Includes Compiler -->
<!--#if expr="'$title' eq ''" -->
- <title>P. J. McDermott</title>
+ <title>Patrick &ldquo;P. J.&rdquo; McDermott</title>
<!--#else -->
- <title><!--#echo var="title" --> - P. J. McDermott</title>
+ <title><!--#echo var="title" --> - Patrick &ldquo;P. J.&rdquo; McDermott</title>
<!--#endif -->
<!--#endif -->
<link rel="stylesheet" type="text/css" href="<!--#echo
@@ -44,7 +44,7 @@ var="MEDIA_BASE" -->/main.css">
<body>
<a href="#body" class="skip">Skip to body</a>
<header>
- <h1><a href="<!--#echo var="DOCUMENT_BASE" -->/">P. J. M<span class="super">c</span>Dermott</a></h1>
+ <h1><a href="<!--#echo var="DOCUMENT_BASE" -->/">Patrick &ldquo;P. J.&rdquo; M<span class="super">c</span>Dermott</a></h1>
<p>Software and hardware hacker and advocate for software and cultural freedom.</p>
</header>
<nav>