diff options
author | P. 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) |
commit | 903c6e7e15e8491abebd1833876b3559393d78e7 (patch) | |
tree | c82c67517a12d339aeb9b194f16a79e0b66f3bb2 /includes | |
parent | 6f09f14a49a46c92ccaf0c0e1de11ae8986025dc (diff) | |
download | www-903c6e7e15e8491abebd1833876b3559393d78e7.zip www-903c6e7e15e8491abebd1833876b3559393d78e7.tar.gz www-903c6e7e15e8491abebd1833876b3559393d78e7.tar.bz2 |
includes/header.html: Add full first name
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/header.html | 14 |
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 “P. J.” McDermott</title> <!--#else --> - <title><!--#echo var="title" --> - P. J. McDermott</title> + <title><!--#echo var="title" --> - Patrick “P. J.” McDermott</title> <!--#endif --> <!--#else --> <!-- Server Side Includes Compiler --> <!--#if expr="'$title' eq ''" --> - <title>P. J. McDermott</title> + <title>Patrick “P. J.” McDermott</title> <!--#else --> - <title><!--#echo var="title" --> - P. J. McDermott</title> + <title><!--#echo var="title" --> - Patrick “P. J.” 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 “P. J.” M<span class="super">c</span>Dermott</a></h1> <p>Software and hardware hacker and advocate for software and cultural freedom.</p> </header> <nav> |