Finally figured out my RSS issue the other day! So nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqz9mgjaujnjyhwyxwuvs7czf0vg3qk86nmw4q3988kuxgfdfz8rfsenjpw4 (nprofile…jpw4) really doesn't like capital letters in tag lists. For example, I assumed Eleventy would turn the below tag...
Newsletter
Into,
.com/newsletter/
but I had to go back in and change every tag to lower case! But if I put, Newsletter, in uppercase, URLs would break because for some reason the URLs would come out like this, breaking links.
.com/Newsletter/
So the short story lesson is, if in doubt, keep all tags in lower case because #Eleventy can't really handle capitalization well. At least, on my project anyway!
I had to go back in and change every instance of the tag, Newsletter, into, newsletter. Not expected but it works now!
#WebDev