lukeorth / poison

Professional Hugo theme for dev bloggers. Based on Mdo's classic Hyde theme.
https://poison.lukeorth.com
GNU General Public License v3.0
209 stars 101 forks source link

sidebar: update rss href #167

Closed sudomateo closed 8 months ago

sudomateo commented 8 months ago

Previously the RSS href would evaluate to the following:

If rss_section is set to foo, the RSS href is /foo/index.xml. If rss_section is unset, the RSS href is //index.xml.

This patch moves the / into the conditional so that the RSS href now evalates to the following:

If rss_section is set to foo, the RSS href is /foo/index.xml. If rss_section is unset, the RSS href is /index.xml.

Relates to #163.

lukeorth commented 8 months ago

Thank you, @sudomateo! I actually found you on YouTube several months ago and really enjoy your channel. Your videos and the collabs you've done with Dave Cohen have been helpful. I'm honored that you're using the theme (and creating PRs for it!).

Thanks again. :slightly_smiling_face:

sudomateo commented 8 months ago

Thank you, @sudomateo! I actually found you on YouTube several months ago and really enjoy your channel. Your videos and the collabs you've done with Dave Cohen have been helpful. I'm honored that you're using the theme (and creating PRs for it!).

Thanks again. 🙂

Thank you for the kind words! Glad you're enjoying the channel and the content. I'll be sure to let Dave know as well.

Love this theme by the way. It's focus on privacy and simplicity is what drew me to it. Appreciate you responding to the issues and pull requests.