forked from openSUSE/planet-o-o
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
36 lines (35 loc) · 1.12 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
---
layout: default
title: Global
pagination:
enabled: true
sort_field: 'created_at'
title: Global
---
<link rel="alternate"
type="application/rss+xml"
title="{{ locale[site.title] }} - {{ page.locale.name }}"
href="{{ '/global/rss20.xml' | absolute_url }}">
<link rel="alternate"
type="application/atom+xml"
title="{{ locale[site.title] }} - {{ page.locale.name }}"
href="{{ '/global/atom.xml' | absolute_url }}">
{% if paginator.page == 1 %}
{% include main-info.html %}
{% else %}
{% include breadcrumbs.html %}
{% endif %}
<div id="maincontent" class="container my-4 p-0">
{% for post in paginator.posts %}
{% unless post.content contains 'This content is password protected. To view it please enter your password below' %}
{% include calendar.html %}
{% include single-post.html language="true" %}
{% endunless %}
{% endfor %}
{% include pagination.html %}
</div>
<div class="container text-center my-4 p-0">
<time datetime="{{ site.time | date_to_xmlschema }}">
{{ locale.site_generated_prefix }} {{ site.time | date_to_string }}
</time>
</div>