feat: less js

This commit is contained in:
Cory Dransfeldt 2023-08-25 11:04:55 -07:00
parent 9cbf04cc00
commit ed32c9ac55
No known key found for this signature in database
8 changed files with 101 additions and 111 deletions

View file

@ -11,7 +11,7 @@ permalink: /feed.xml
{% assign posts = collections.posts | reverse %}
{% for post in posts limit: 15 %}
{% capture entry_link %}
{{ site.url }}{{ post.url }}?utm_campaign=syndication&utm_source=rss
{{ site.url }}{{ post.url }}
{% endcapture %}
<entry>
<title>{{ post.data.title }}</title>