feat: less js
This commit is contained in:
parent
9cbf04cc00
commit
ed32c9ac55
8 changed files with 101 additions and 111 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue