From 3a601a42323aa69c460447ee737e56f381716ea3 Mon Sep 17 00:00:00 2001 From: Yi Lu Date: Tue, 11 Jul 2023 00:16:35 -0700 Subject: [PATCH] add default html --- _layout/default.html | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _layout/default.html diff --git a/_layout/default.html b/_layout/default.html new file mode 100644 index 0000000..e6f6681 --- /dev/null +++ b/_layout/default.html @@ -0,0 +1,53 @@ + + + + + + + + + + + {% seo %} + {% include head-custom.html %} + + + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

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

+

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

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + + \ No newline at end of file