mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
adding support for type in social links (#250)
* adding support for in social links * updating example config for RSS social icon
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
316835734f
commit
4369ed76d2
@@ -80,6 +80,13 @@ disqusShortname = "yourdiscussshortname"
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user