diff options
-rw-r--r-- | alabaster-lite/main.html | 7 | ||||
-rw-r--r-- | docs/index.md | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html index cffe3c6..cb994e4 100644 --- a/alabaster-lite/main.html +++ b/alabaster-lite/main.html @@ -5,7 +5,12 @@ {% block head %} <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>{% if page.title %}{{ page.title }} — {% endif %}{{ config.site_name }}</title> + <title> + {% if page.title and not page.is_homepage %} + {{ page.title }} — + {% endif %} + {{ config.site_name }} + </title> <link rel="stylesheet" href="{{ base_url }}/css/alabaster.css" type="text/css"> <link rel="stylesheet" href="{{ base_url }}/css/fkfd.css" type="text/css"> diff --git a/docs/index.md b/docs/index.md index ab63213..9f438a6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# fkfd +# [about](/about) | [x](/x) ## Categories @@ -43,8 +43,6 @@ ## Fun -- [ascii bio](/x) - - [bongo cat](/toys/bongo) — [bongo.cat](https://bongo.cat), de-Googled, de-Cloudflared |