File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11name : Medium RSS Plugin
22description : A plugin for Grav CMS that fetches the RSS profile page feed from Medium and displays the titles and teasers of your articles in a list.
3- version : 1.2 .0
3+ version : 1.3 .0
44icon : medium
55homepage : https://github.com/samuelstein/mediumrss
66author :
Original file line number Diff line number Diff line change 1+ de :
2+ PLUGIN_MEDIUMRSS :
3+ NO_POSTS : ' Keine Beiträge gefunden.'
4+ en :
5+ PLUGIN_MEDIUMRSS :
6+ NO_POSTS : ' No posts found.'
Original file line number Diff line number Diff line change 88 <div id =" rss-feed" >
99 <h2 >Recent posts</h2 >
1010 <ul id =" rss-feed-list" >
11- {{ fetchMediumRSS | raw }}
11+ {% if fetchMediumRSS is not empty %}
12+ {{ fetchMediumRSS | raw }}
13+ {% else %}
14+ <li style =" list-style-type:none;" >{{ ' PLUGIN_MEDIUMRSS.NO_POSTS' | t }}</li >
15+ {% endif %}
1216 </ul >
1317 </div >
1418{% endblock %}
You can’t perform that action at this time.
0 commit comments