From 903c6e7e15e8491abebd1833876b3559393d78e7 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Sun, 08 Jan 2017 17:59:11 -0500
Subject: includes/header.html: Add full first name

---
(limited to 'includes')

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>
--
cgit v0.9.1