We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c010e commit d62212aCopy full SHA for d62212a
1 file changed
_layouts/home.html
@@ -1,20 +1,4 @@
1
----
2
-layout: archive
3
4
-
5
-{{ content }}
6
7
-<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
8
9
-{% if paginator %}
10
- {% assign posts = paginator.posts %}
11
-{% else %}
12
- {% assign posts = site.posts %}
13
-{% endif %}
14
15
-{% assign entries_layout = page.entries_layout | default: 'list' %}
16
-<div class="entries-{{ entries_layout }}">
17
- {% include documents-collection.html entries=posts type=entries_layout %}
+<div class="intro">
+ <h1>{{ site.title }}</h1>
+ <p>{{ site.description }}</p>
18
</div>
19
20
-{% include paginator.html %}
0 commit comments