diff --git a/source/screens/demo/introduction.liquid b/source/screens/demo/introduction.liquid new file mode 100644 index 0000000..af5cf07 --- /dev/null +++ b/source/screens/demo/introduction.liquid @@ -0,0 +1,40 @@ +--- +title: Introduction +tags: +- demoIndex +--- +{% layout "hippie/page.liquid" %} + +{% block title %}Einführung{% endblock %} + +{% block main %} +
+
+
+

Introduction to HIPPIE

+

Hippie interweaves preeminent personal interface elements.

+
+
+
+

+

Contact: +

+

More: , +

+
+
+{% endblock %} + +{% block script %} +{{ block.super -}} + +{% endblock %} \ No newline at end of file diff --git a/source/screens/demo/introduction.njk b/source/screens/demo/introduction.njk deleted file mode 100644 index f1a9752..0000000 --- a/source/screens/demo/introduction.njk +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Introduction -tags: - - demoIndex ---- -{% set pageBase = "../" %} -{% set pageId = "intro" %} - -{% extends "demo/_main.njk" %} - -{% block title %}Einführung{% endblock %} -{% block head %} - {{ super() }} -{% endblock %} - -{% block main %} - -
-
-
-

Introduction to HIPPIE

-

Hippie interweaves preeminent personal interface elements.

-
-
-
-

-

Contact: -

-

More: , -

-
-
-{% endblock %} - -{% block script %} - {{ super() }} - -{% endblock %} \ No newline at end of file