Skip to content
Snippets Groups Projects
Select Git revision
  • 4c559e593aa6fa7d1b6e60a05ebd7f813af3f76f
  • master default
  • patch-1
3 results

index.html

Blame
  • Forked from KWARC / kwarc.info / www
    Source project has a limited visibility.
    index.html 346 B
    ---
    layout: default
    title: News
    source: _posts/
    ---
    
    {% comment %}
      To add a new blog/news post, please create a file in the _posts/
      directory, taking the existing files as examples.
    {% endcomment %}
    
    <div class="posts">
      {% for post in paginator.posts %}
        {% include post_link.html %}
      {% endfor %}
    </div>
    
    {% include pagination.html %}