summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-26 17:14:53 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-26 17:14:53 +0200
commit4556a4ec7753a8cf85e0568e245dc3e7328bc708 (patch)
tree831114beba69bb33f647dd28f295a44224c91cce /layouts/index.html
parentbd8464abb8deee0d31bb84cc47cd3335c0e688d5 (diff)
downloadblog-4556a4ec7753a8cf85e0568e245dc3e7328bc708.tar.gz
blog-4556a4ec7753a8cf85e0568e245dc3e7328bc708.zip
add creative texts (Deutsch) in its own section
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 673ab35..1935813 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ partial "header.html" . }}
<main role="main">
-{{ range (where .Data.Pages ".Params.hidefromhome" "!=" "true") }}
+{{ range (where .Data.Pages ".Section" "==" "tech") }}
<article itemscope itemtype="http://schema.org/Blog">
<h2 class="entry-title" itemprop="headline"><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
<span class="entry-meta"><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>