diff --git a/about.html b/about.html index 6161bcc..0821db7 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,6 @@ --- layout: default +title: Overview --- {% capture includedMarkdown %}{% include about.md %}{% endcapture %} diff --git a/contributing.html b/contributing.html index f0e75f3..f03de04 100644 --- a/contributing.html +++ b/contributing.html @@ -1,5 +1,6 @@ --- layout: default +title: Contributing --- {% capture includedMarkdown %}{% include contributing.md %}{% endcapture %} diff --git a/docs/filters.html b/docs/filters.html index 009c1ab..3f79086 100644 --- a/docs/filters.html +++ b/docs/filters.html @@ -1,5 +1,6 @@ --- layout: default +title: What are filters? --- {% capture includedMarkdown %}{% include docs/filters.md %}{% endcapture %} diff --git a/docs/install.html b/docs/install.html index 91164b0..cd50c53 100644 --- a/docs/install.html +++ b/docs/install.html @@ -1,5 +1,6 @@ --- layout: default +title: Editor Integration --- {% capture includedMarkdown %}{% include docs/install.md %}{% endcapture %} diff --git a/download.html b/download.html index 97162fb..9bcf03a 100644 --- a/download.html +++ b/download.html @@ -1,5 +1,6 @@ --- layout: default +title: Downloads --- {% capture includedMarkdown %}{% include download.md %}{% endcapture %} diff --git a/examples.html b/examples.html index 5e3c678..bdf8f8f 100644 --- a/examples.html +++ b/examples.html @@ -1,5 +1,6 @@ --- layout: default +title: Examples --- {% capture includedMarkdown %}{% include examples.md %}{% endcapture %} diff --git a/index.html b/index.html index 10d6197..de3f5b9 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- layout: default +sedesc: Command line ASCII boxes unlimited! ---