From e2c06d2681e18946ab6c3e3e6075aed92a4d13be Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 00:35:46 -0500 Subject: Change to al-folio theme Theme at: https://github.com/alshedivat/al-folio --- _layouts/about.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 _layouts/about.html (limited to '_layouts/about.html') diff --git a/_layouts/about.html b/_layouts/about.html new file mode 100644 index 0000000..bb3b6b1 --- /dev/null +++ b/_layouts/about.html @@ -0,0 +1,50 @@ +--- +layout: default +--- + +
+ +
+

+ {% if site.title == "blank" %}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{% else %}{{ site.title }}{% endif %} +

+

{{ page.description }}

+
+ +
+ {% if page.profile %} +
+ {% if page.profile.image %} + + {% endif %} + {% if page.profile.address %} +
+ {{ page.profile.address }} +
+ {% endif %} +
+ {% endif %} + +
+ {{ content }} +
+ + {% if page.news %} + {% include news.html %} + {% endif %} + + {% if page.selected_papers %} + {% include selected_papers.html %} + {% endif %} + + {% if page.social %} + + {% endif %} +
+ +
-- cgit v1.2.3