diff options
Diffstat (limited to 'includes/header.html')
-rwxr-xr-x | includes/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/header.html b/includes/header.html index a3b4c75..2839280 100755 --- a/includes/header.html +++ b/includes/header.html @@ -5,7 +5,11 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="author" content="Patrick 'P. J.' McDermott <mailto:pjm@nac.net>"> <meta name="description" content="The resume, software, and essays of P. J. McDermott -- a computer science student, software and (amateur) hardware hacker, and advocate for software and cultural freedom."> +<!--#if expr="${title} = //" --> <title>P. J. McDermott</title> +<!--#else --> + <title><!--#echo var="title" --> - P. J. McDermott</title> +<!--#endif --> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body> |