forked from yOOs-dz/bayany
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (47 loc) · 1.45 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
---
<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.content }} UNDISPLAYED IN ORDER TO PUT A CODE OF {{post.excrept}} WITH THE EXPRESSION: أكمل القراءة-->
<!--
<div class="entry">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.content }}-->
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">اكمل القراءة</a>
</article>
{% endfor %}
</div>
<!-- OLD SETTING1 - 27-08-2024
<div class="posts">
{% for post in site.posts reversed %}
<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">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.description }}
</div>
</article>
{% endfor %}
</div>
-->
<!-- OLD SETTINGS2
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.description }}
</div>
</article>
{% endfor %}
</div>
-->