-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 2.05 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 2.05 KB
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
---
layout: default
---
{% include prohead.html %}
<div class="bio">
Halo Perkenalkan saya Aliif<br>
selamat datang di dalam kebun digital saya.<br>
salam kenal ya jangan ragu untuk memberikan komentar✌️.<br>
<p class="anilink">
<a href="{{ site.url }}{{ site.baseurl }}/tag/">👉categories</a>
<br>
<a href="{{ site.url }}{{ site.baseurl }}/authors/">👉all authors</a>
<br>
<a href="{{ site.url }}{{ site.baseurl }}/notes/">👉all notes</a>
<br>
<a href="{{ site.url }}{{ site.baseurl }}/archive/">👉archives</a>
<br>
<a href="https://umami.aliif.space/share/PcrCbVCl/cnotes" target="_blank" rel="noopener noreferrer">👉analytics</a>
</p>
</div>
<h2 style="margin-bottom: 10px;">Featured</h2>
<div class="card-list oi" id="Blog">
{% for post in site.posts limit:6 %}
<a href="{{ site.url }}{{ site.baseurl }}{{ post.url }}" class="mr-20">
<div class="card-wrapper">
<div class="background"></div>
<img class="image lazyload" src="{{ site.url }}{{ site.baseurl }}/img/placeholder.svg" data-src="{% if post.thumb %} {{ site.url }}{{ site.baseurl }}{{ post.thumb }} {% else %} {{ site.default-thumb }} {% endif %}" alt="{{ post.title }}">
<div class="kepala p-24"><h1 class="judul">{{ post.title }}</h1><p>{{ post.description }}</p></div>
<div class="footer p-24">{% assign minute=post.content | number_of_words | divided_by: 265 | plus: 1 %}<small datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%d %b, %y" }} - {% if post.minute %} {{ post.minute }} {% else %} {{ minute }} {% endif %} min Read</small></div>
</div>
</a>
{% endfor %}
</div>
<a class="soft-button" href="{{ site.url }}{{ site.baseurl }}/blog/" style="display: flex;align-items: center;">
<span>See all posts</span>
<svg xmlns="http://www.w3.org/2000/svg" style="height: 18px;margin-left: 7px;" fill="none" viewBox="0 0 24 24" stroke="var(--main-text-color)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M14 5l7 7m0 0l-7 7m7-7H3"></path></svg>
</a>