{% if config.extra.feather_analytics %} {{ config.extra.feather_analytics | safe }} {% endif %} {% if config.generate_rss %} {% endif %} {% block extra_head %} {% endblock extra_head %}
{% block content %}

About

"Hello, World!" is an example zola website which was built with Rust . The goal is to demonstrate how zola builds and deploys static websites.

Blog

{{ section.content }} {% for page in section.pages | reverse %}

#{{ page.extra.number }} {{ page.title }}

{% set thumb = page.extra.number ~ "/thumb.jpg" %}

{{ page.summary | safe | striptags | truncate }} continue reading...

{% if page.date %} {{ page.date | date(format="%d %B %Y") }} {% endif %} {% if page.category %} {% if config.generate_categories_pages %} {{ page.category }} {% else %} {{ page.category }} {% endif %} {% endif %}

{% endfor %}
{% endblock content %}