Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.13 KB

blog.md

File metadata and controls

43 lines (37 loc) · 1.13 KB
layout title description nav background after
hero_and_text
Defold blog
The Defold blog contains a mix of Defold news and development updates. From time to time we also invite guest bloggers.
floating
/images/hero/defold-top-bg-transparent-2.png
newsletter_signup_link.html
donors_and_partners.html

{%- assign tags = "" | split: "," -%} {%- for post in site.posts -%} {%- assign tags = tags | concat: post.tags | uniq | sort -%} {%- endfor -%}

Tags

Latest posts

{% for post in site.posts limit: 10 %} {%- include post_preview.html post=post -%} {% endfor %}

{%- for tag in tags -%}

{{ tag | capitalize }}
{%- for post in site.posts -%} {%- if post.tags contains tag -%} {%- include post_preview_small.html post=post -%} {%- endif -%} {%- endfor -%} {%- endfor -%}

Tags