forked from focks/focks.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (34 loc) · 1.02 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
---
title: "GPL Blogs"
layout: default
pagination:
enabled: true
description: "games premier league."
---
<div class="container">
<div class="row mt-3">
<div class="col-md-10 main-loop">
<!-- <h4 class="font-weight-bold spanborder"><span>Posts</span></h4> -->
<!-- Sticky - add sticky tag to the post you want to highlight here - tags: [sticky] -->
{% for post in site.posts %}
{% if post.published == true %}
{% include main-loop-card.html %}
{% endif %}
{% endfor %}
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-white border-top p-3 text-muted small">
<div class="container">
<div class="row align-items-center justify-content-between">
<div>
<span class="navbar-brand mr-2 mb-0"><strong>Litifer Technologies Pvt. Ltd.</strong></span>
<span>Copyright © 2023.</span>
</div>
<div>
<span>made with Mundana Jekyll theme</span>
</div>
</div>
</div>
</footer>