layout | permalink | codename | title | tags | authors |
---|---|---|---|---|---|
default |
/alkfejl.html |
AlkFejlSnippetek |
Alkalmazásfejlesztés snippetek |
snippets skipfromindex |
Csorba Kristóf |
{% assign tagToFilterFor = 'alkfejl' %}
{% assign skippedTags = 'skipfromindex' %}
{% assign skippedPageTag = 'skipfromindex' %}
{% assign sortedPages = site.pages | sort:"codename" %}
{% for page in sortedPages %}
{% if page.tags contains tagToFilterFor %}
{% unless page.tags contains skippedPageTag %}
{% endunless %}
{% endif %}
{% endfor %}
Kód | Cím | Címkék | Szerzők |
---|---|---|---|
{{page.codename}} | {{ page.title }} | {{page.tags}} | {{page.authors}} |
{% for tag in allTagsArray %}
-
{% for page in site.pages %}
{% if page.tags contains tag and page.tags contains "alkfejl" %}
{% unless page.tags contains skippedTags %}
- {{ page.title }} {{page.tags}} ({{page.authors}}) {% endunless %} {% endif %} {% endfor %}
subscribe via RSS