mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
16 lines
431 B
HTML
16 lines
431 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<article id="post">
|
|
<header class="post-header">
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
<div class="post-date">{{ page.date | date: "%b %-d, %Y" }}</div>
|
|
<ul class="post-categories">
|
|
{% for category in page.categories %}
|
|
<li class="post-category">{{ category }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
</header>
|
|
{{ content }}
|
|
</article> |