Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.51 KB

alkfejl.md

File metadata and controls

50 lines (42 loc) · 1.51 KB
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' %}

Alkalmazásfejlesztés snippetek címkék szerint

{% 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ódCímCímkékSzerzők
{{page.codename}}{{ page.title }}{{page.tags}}{{page.authors}}

{% for tag in allTagsArray %}

{{tag}}


    {% 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 %}
{% endfor %}

subscribe via RSS