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 }} +
+ + +
+
+ + +