From 169ef442b9ae1a61af516edc5c90ff0299d91a25 Mon Sep 17 00:00:00 2001
From: Simon Späti <simon@airbyte.io>
Date: Wed, 14 Sep 2022 17:05:51 +0000
Subject: [PATCH] Adding reference projects (#196)
---
layouts/_default/section.html | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index e69de29..f88b85f 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="{{ .Lang }}">
+{{ partial "head.html" . }}
+
+<body>
+{{partial "search.html" .}}
+<div class="singlePage">
+ <!-- Begin actual content -->
+ {{partial "header.html" .}}
+ <article>
+ <h1>{{ i18n "all_posts" . }}</h1>
+ {{with .Params.description}}
+ <p>{{.}}</p>
+ {{end}}
+ {{partial "page-list.html" .Paginator.Pages.ByLastmod.Reverse }}
+ {{ template "_internal/pagination.html" .}}
+ </article>
+ {{partial "contact.html" .}}
+</div>
+</body>
+</html>
--
Gitblit v1.10.0