-
-
Notifications
You must be signed in to change notification settings - Fork 718
Expand file tree
/
Copy pathloop.html
More file actions
24 lines (20 loc) · 648 Bytes
/
Copy pathloop.html
File metadata and controls
24 lines (20 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<article class="post">
<header>
<a href="{{ site.baseurl }}{{ post.url }}">
<h1 id="{% if post.title %}{{ post.title }}{% else %}{{ post.name | remove: ".md" }}{% endif %}">{% if post.title %}{{ post.title }}{% else %}{{ post.name | remove: ".md" }}{% endif %}</h1>
{% if post.generic %}<p>{{ post.generic }}</p>{% endif %}
</a>
</header>
<div class="entry">
{% if post.layout == 'app' %}
{% include app_teaser.html %}
{% else %}
{{ post.content}}
{% endif %}
</div>
<p>
<a style="font-weight:bold" href="{{ site.baseurl }}{{ post.url }}">
Read more...
</a>
</p>
</article>