From 0d8731a8f1c3a2d8bed7b4f88d3a3f9bab749404 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Mar 2017 15:16:08 +0100 Subject: import --- themes/remi/tpl/home.html | 196 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 themes/remi/tpl/home.html (limited to 'themes/remi/tpl/home.html') diff --git a/themes/remi/tpl/home.html b/themes/remi/tpl/home.html new file mode 100644 index 0000000..bccfe1f --- /dev/null +++ b/themes/remi/tpl/home.html @@ -0,0 +1,196 @@ + + + + + + + + {{tpl:BlogName encode_html="1"}}<tpl:PaginationIf start="0"> - {{tpl:lang page}} {{tpl:PaginationCurrent}}</tpl:PaginationIf> + + + + + + + - {{tpl:lang page}} {{tpl:PaginationCurrent}}" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{tpl:include src="_head.html"}} + + + +
+{{tpl:include src="_top.html"}} + +
+ +
+
+ + + +
+ +

{{tpl:EntryDate}}

+ +

{{tpl:EntryTitle encode_html="1"}}

+ + + + + + + + + {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} + + + +
{{tpl:EntryExcerpt}}
+

{{tpl:lang Continue + reading}}...

+
+ + + +
{{tpl:EntryContent}}
+
+ + + {{tpl:SysBehavior behavior="publicEntryAfterContent"}} + + + + + +
+ + + +

- + {{tpl:lang page}} {{tpl:PaginationCurrent}} {{tpl:lang of}} {{tpl:PaginationCounter}} + -

+
+
+
+
+
+ + + +
+ +
+
+{{tpl:include src="_footer.html"}} + + -- cgit