forked from yOOs-dz/bayany
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learnr.html
35 lines (33 loc) · 1.03 KB
/
learnr.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: learnrdefault
---
<div class="posts">
{% for post in site.posts %}
{% if post.category contains "learn r" %}
<div class="entry" style="padding-left : 10px ; float: right" > {{ post.img }}
</div>
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">اكمل القراءة</a>
</article>
{% endif %}
{% endfor %}
</div>
<!--
<div class="posts">
{% for post in site.posts %}
<div class="entry" style="padding-left : 10px ; float: right" > {{ post.img }}
</div>
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">اكمل القراءة</a>
</article>
{% endfor %}
</div>
-->