diff options
-rw-r--r-- | templates/index.xml | 2 | ||||
-rw-r--r-- | templates/post.xml | 2 |
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} · 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"/> |