Skip to content

Commit 910b8aa

Browse files
committed
Create index.md
1 parent ef97fdb commit 910b8aa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

qt/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: default
3+
title: QT
4+
permalink: /qt/
5+
---
6+
7+
8+
<div class="posts">
9+
{% for post in site.tags.qt %}
10+
<article class="post">
11+
12+
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
13+
14+
<div class="entry">
15+
{{ post.content | truncatewords:40}}
16+
</div>
17+
18+
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
19+
</article>
20+
{% endfor %}
21+
</div>

0 commit comments

Comments
 (0)