diff --git a/logs.html b/logs.html new file mode 100644 index 00000000..b620298e --- /dev/null +++ b/logs.html @@ -0,0 +1,76 @@ +--- +title: Log +description: >- + Web-log entries +image: /images/franck-v-U3sOwViXhkY-unsplash.jpg +lang: en +lang-ref: log +--- +{% include relBase.html %} + + + +
+
+

{{ page.title }}

+

{{ page.description }}

+
+
+{% for post in site.posts %} + +
+
+

{{ post.title }}

+

{{ post.description }}

+ + +
+
+ {{ page.title | smartify }} +
+
+ +{% endfor %} + + + +{% include footer.html %} \ No newline at end of file