Fix RSS icon, add it to social sidebar
This commit is contained in:
parent
fa0ff76442
commit
5fdac367c5
@ -8,6 +8,7 @@ enableEmoji = true
|
||||
author = { name = "Zoness", bio = "Just a programmer writing stuff on the internet.", avatar = "images/avatar.png" }
|
||||
authorbox = true
|
||||
post_meta = ["author", "date", "categories"] # Order of post meta information
|
||||
customCSS = ["/css/custom.css"] # Add after your existing Params
|
||||
|
||||
[Params.sidebar]
|
||||
home = "right" # Configure layout for home page
|
||||
@ -39,6 +40,11 @@ enableEmoji = true
|
||||
url = "https://www.tumblr.com/zon3ss"
|
||||
icon = "tumblr.svg" # Optional. Path relative to "layouts/partials"
|
||||
rel = "me" # Set to false to remove the rel attribute
|
||||
|
||||
[[Params.widgets.social.custom]]
|
||||
title = "RSS"
|
||||
url = "index.xml"
|
||||
icon = "rss.svg"
|
||||
|
||||
[permalinks]
|
||||
[permalinks.page]
|
||||
|
||||
6
layouts/partials/rss.svg
Normal file
6
layouts/partials/rss.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg class="icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="0" y="0" width="16" height="16" fill="currentColor" opacity="0.8"/>
|
||||
<path fill="currentColor" d="M10.39 5.6C8.28 3.49 5.35 2.24 2.28 2.24v2.27c2.47 0 4.8 0.96 6.55 2.62c1.75 1.75 2.71 4.08 2.71 6.55h2.27C13.17 10.61 11.59 7.69 10.39 5.6z"/>
|
||||
<path fill="currentColor" d="M2.26 6.07v2.27c2.99 0 5.43 2.43 5.43 5.43h2.27C9.95 9.57 6.35 6.07 2.26 6.07z"/>
|
||||
<circle fill="currentColor" cx="3.87" cy="12.2" r="1.63"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 544 B |
Loading…
Reference in New Issue
Block a user