From 874a82e76951437c408f01af8a827de30c28f754 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Tue, 22 Nov 2022 07:45:19 -0500 Subject: [PATCH] Fixes rel attribute --- config.toml | 6 +++--- templates/partials/nav.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index ebe0d30..aa88856 100755 --- a/config.toml +++ b/config.toml @@ -14,9 +14,9 @@ highlight_theme = "ayu-dark" [extra] theme = "dark" socials = [ - { name = "mastodon", rel = "me", url = "https://hachyderm.io/web/@eightball", icon = "mastodon" }, - { name = "github", rel = {}, url = "https://github.com/jbrechtel/", icon = "github" }, - { name = "twitter", rel = {}, url = "https://twitter.com/8brechtel", icon = "twitter" }, + { name = "mastodon", url = "https://hachyderm.io/web/@eightball", icon = "mastodon" }, + { name = "github", url = "https://github.com/jbrechtel/", icon = "github" }, + { name = "twitter", url = "https://twitter.com/8brechtel", icon = "twitter" }, ] menu = [ diff --git a/templates/partials/nav.html b/templates/partials/nav.html index c25a914..1cf9f08 100644 --- a/templates/partials/nav.html +++ b/templates/partials/nav.html @@ -2,8 +2,8 @@
{% for social in config.extra.socials %} - {% endfor %}