A repo for my personal website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixing error that caused the RSS feed icon to not show up

+1 -1
+1 -1
scripts/blog.js
··· 18 18 document.querySelector('.site-content').innerHTML = ` 19 19 <div class="page-desc"> 20 20 <h4>Personal Blog</h4> 21 - <a href="blog-rss.xml"<img src="img/rss-icon.png" alt="rss-icon" style="width:20px;height:20px;" /></a> 21 + <a href="blog-rss.xml"><img src="img/rss-icon.png" alt="rss-icon" style="width:20px;height:20px;" /></a> 22 22 <p>Random postings, news, and other thoughts coming soon!</p> 23 23 </div> 24 24 `;