Skip to content

Latest commit

 

History

History
51 lines (50 loc) · 1.64 KB

extensions.md

File metadata and controls

51 lines (50 loc) · 1.64 KB
layout title permalink css
ext
Newest Extensions
/extensions
extensions.css

{% assign extensions = site.extensions | sort: 'date' | reverse %}

{% for post in extensions %} {% assign posturl = "extensions/" | append: post.category | append: "/" | append: post.slug | relative_url %} {% if post.external == true %} {% assign posturl = post.permalink | relative_url %} {% endif %} {% assign srcempty = false %} {% if post.icon_local %} {% assign src = "assets/images/extensions/" | append: post.icon_local | relative_url %} {% elsif post.icon_ex and post.icon_ex != '' %} {% assign src = post.icon_ex %} {% else %} {% assign src = "assets/images/extensions/empty.png" | relative_url %} {% assign srcempty = true %} {% endif %} {% if post.hidden != true %} {% endif %} {% endfor %}