diff --git a/index.html b/index.html index 1357b08..b7ae3ce 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,13 @@ --- -layout: home -# Index page +layout: page +title: About --- + +{%- assign about_tab = site.tabs | where: "url", "/about/" | first -%} + +{%- if about_tab -%} + {{ about_tab.content }} +{%- else -%} + +

About

+{%- endif -%}