forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (16 loc) · 763 Bytes
/
index.html
File metadata and controls
20 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
---
<div class="posts">
<article class="post">
<p>We are a group of software developers/programmers in Malaysia. Most of the time, we do discussion in a Telegram group (contact @k4ml for invite).<p>
<p>Join our Telegram Channel <a href="https://telegram.me/devkini">telegram.me/devkini</a> or Twitter <a href="https://twitter.com/devkini">@devkini</a> for latest update.</p>
<script async src="https://telegram.org/js/telegram-widget.js?1" data-telegram-post="devkini/547" data-width="100%"></script>
</article>
</div>
<div class="posts">
<h2>Recent posts</h2>
{% for post in site.posts limit:2 %}
<h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>
{% endfor %}
</div>