From 4369ed76d232588c124070dad37ea135c532f7f7 Mon Sep 17 00:00:00 2001
From: Anson VanDoren <anson.vandoren@gmail.com>
Date: Mon, 13 Jan 2020 17:12:09 +0000
Subject: [PATCH] adding support for type in social links (#250)
---
exampleSite/config.toml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1d7a284..2a38e9b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -80,6 +80,13 @@
icon = "fab fa-medium"
weight = 5
url = "https://medium.com/@johndoe"
+[[params.social]]
+ name = "RSS"
+ icon = "fas fa-rss"
+ weight = 6
+ url = "https://myhugosite.com/index.xml"
+ rel = "alternate"
+ type = "application/rss+xml"
[languages]
--
Gitblit v1.10.0