Added missing leading slashes for rss links.
This commit is contained in:
parent
8a278c6052
commit
c21d117120
@ -9,7 +9,7 @@ html(lang='en')
|
||||
meta(name='theme-color' content='#cd2682')
|
||||
block meta_description
|
||||
link(rel='icon' href='/assets/img/favicon.svg' sizes='any' type='image/svg+xml')
|
||||
link(rel='alternate' href='rss.xml' type='application/rss+xml' title="Arav's dwelling")
|
||||
link(rel='alternate' href='/rss.xml' type='application/rss+xml' title="Arav's dwelling")
|
||||
link(href='/assets/css/main.css' rel='stylesheet')
|
||||
body
|
||||
header
|
||||
|
@ -17,7 +17,7 @@ block nav
|
||||
|
||||
block content
|
||||
:go:func Mindflow(title string, posts []mindflow.Post, categories []mindflow.Category, r *http.Request)
|
||||
p.center Here I post updates on websites and infrastructure, my very important opinions and thoughts no one asked for. If you'd like to subscribe to this bullshittery then #[a(href='rss.xml') RSS feed] at your service. :)
|
||||
p.center Here I post updates on websites and infrastructure, my very important opinions and thoughts no one asked for. If you'd like to subscribe to this bullshittery then #[a(href='/rss.xml') RSS feed] at your service. :)
|
||||
|
||||
section#filter.hidden
|
||||
p.center
|
||||
|
Loading…
Reference in New Issue
Block a user