diff --git a/.editorconfig b/.editorconfig
index 896435b..4266da6 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -4,3 +4,6 @@ root = true
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
+charset = utf-8
+indent_style = space
+indent_size = 4
diff --git a/config.toml b/config.toml
index 96b6edf..5e91d0f 100644
--- a/config.toml
+++ b/config.toml
@@ -11,6 +11,7 @@ taxonomies = [
[extra]
nav_links = [
+ { url = "/", text = "home" },
{ url = "/pages/about", text = "about" },
{ url = "/pages", text = "all pages" },
{ url = "https://git.iptq.io/michael", text = "projects" },
diff --git a/content/2018-10-18-weechat-relay.md b/content/2018-10-18-weechat-relay.md
index d86c648..71a4297 100644
--- a/content/2018-10-18-weechat-relay.md
+++ b/content/2018-10-18-weechat-relay.md
@@ -3,7 +3,7 @@ title = "setting up irc with weechat"
date = 2018-10-18
[taxonomies]
-tags = ["irc", "life"]
+tags = ["irc", "tutorial", "life"]
+++
I've just recently discovered that weechat has a "relay" mode, which means it can act as a relay server to other clients (for example, my phone). If I leave an instance of weechat running on, say, my server that's always running, it can act as a bouncer and my phone can receive notifications for highlights as well.
diff --git a/templates/macros/blog.html b/templates/macros/blog.html
index ec12223..6a34406 100644
--- a/templates/macros/blog.html
+++ b/templates/macros/blog.html
@@ -9,7 +9,7 @@
- {{ post.reading_time }} min - Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %}
+ {{ post.reading_time }} min read - Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %}
on {{ post.date }}