Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 654 Bytes

howto.md

File metadata and controls

37 lines (31 loc) · 654 Bytes
layout title pagination
page
How To
enabled collection trail
true
howto
before after
5
5

{% for howto in paginator.posts %}

   <tr>
        <td>
	<a href="{{ howto.url | prepend: site.baseurl }}"> 
	    {{ howto.title }} {% if howto.doc %} ( {{ howto.docid}} ) {% endif %}
	</a>
    </td>
        <td>{{ howto.date | date_to_string }}</td>
    </tr>

{% endfor %}

</tbody>
Document Title Date

{% include paginate-collection.html %}