summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 17:03:30 +0200
committerWolfgang Müller2019-07-22 17:08:17 +0200
commitf5ed4d2c8463f01d551ac1cdf82b387dc8ef3ec0 (patch)
treeefd91b74869585c7ab776f26c624318361995dc3 /templates
parent9589e97b812cf368c583f38998eba001bbb72de0 (diff)
downloadsite-f5ed4d2c8463f01d551ac1cdf82b387dc8ef3ec0.tar.gz
templates: Tweak index title and remove needless HTML entity
Diffstat (limited to 'templates')
-rw-r--r--templates/index.xml2
-rw-r--r--templates/post.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.xml b/templates/index.xml
index 45e0168..0fdb35b 100644
--- a/templates/index.xml
+++ b/templates/index.xml
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>oriole.systems</title>
+ <title>oriole.systems · an oriole's pendent nest</title>
<link rel="stylesheet" href="style.css"/>
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="oriole.systems atom feed"/>
<link rel="icon" href="logo.svg"/>
diff --git a/templates/post.xml b/templates/post.xml
index 0f1ec5f..4a7ee05 100644
--- a/templates/post.xml
+++ b/templates/post.xml
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <title>${sblg-titletext} &#183; oriole.systems</title>
+ <title>${sblg-titletext} · oriole.systems</title>
<link rel="stylesheet" href="../style.css"/>
<link rel="alternate" href="../atom.xml" type="application/atom+xml" title="oriole.systems atom feed"/>
<link rel="icon" href="../logo.svg"/>