From 74de9ede87c7dfecd44d75b58394d89a64606990 Mon Sep 17 00:00:00 2001 From: Dawid Olko Date: Thu, 27 Jul 2023 23:29:13 +0200 Subject: [PATCH] Add files via upload --- _layouts/default.html | 65 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..7817d85 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,65 @@ + + + + Programming C + + + + + + + + + +{% seo %} + + {% include head-custom.html %} + + + +
+
+ +

{{ site.title | default: site.github.repository_name }}

+
+

{{ site.description | default: site.github.project_tagline }}

+ {% if site.github.is_project_page %} + View project on GitHub + {% endif %} + {% if site.github.is_user_page %} + Follow me on GitHub + {% endif %} +
+
+ +
+
+
+ {{ content }} +
+ + +
+
+ + +