Sha256: d44582e6156707c292e6389489abf14b1915bcdc734d73e1f18159cd0bce8322
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
{% comment %}################################################################## ------------------------------------------------------------------------------- function proposals input: include.path: Pfad zum Ordner output: Erzeugt eine Übersicht der Vorschläge durch auslesen der Inhalte eines Ordners Aufruf: {% include functions/proposals.html path='' %} author: cn ------------------------------------------------------------------------------- ###############################################################{% endcomment %} {% if include.path %} {% for proposal in site.proposals %} {% if proposal.path contains include.path %} {% include proposal.html data=proposal %} {% endif %} {% endfor %} {% endif %}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mi-jekyll-theme-0.4.1 | _includes/functions/proposals.html |