diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..ac077cc --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..45f220b --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,36 @@ + + + + {% if page.title %}{{ page.title }} - {% endif %}{{ site.title}} + + + + + + + + + + + + +{% if page.layout == "license" %} + + +{% endif %} + + + + + +
+ +{% if page.layout == "default" and page.class != "home" %} + +{% endif %} \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index b127fea..21f36c7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,38 +1,5 @@ - - - - {% if page.title %}{{ page.title }} - {% endif %}{{ site.title}} - - - - - - - - - - - - - - -
+{% include header.html %} {{ content }} - -
- - \ No newline at end of file +{% include footer.html %} \ No newline at end of file diff --git a/_layouts/license.html b/_layouts/license.html index 1632320..a5faed6 100644 --- a/_layouts/license.html +++ b/_layouts/license.html @@ -1,31 +1,9 @@ - - - - {% if page.title %}{{ page.title }} - {% endif %}{{ site.title}} - - - - - - - - - - - - - - - - -
+{% include header.html %}

{{ page.title }}

@@ -43,18 +21,4 @@
- - -
- - \ No newline at end of file +{% include footer.html %} \ No newline at end of file diff --git a/about.md b/about.md index 72f0691..1800d92 100644 --- a/about.md +++ b/about.md @@ -4,12 +4,6 @@ layout: default permalink: /about/ --- - - # What’s this about? We want to help developers choose a license for their source code. diff --git a/index.html b/index.html index 46d74c3..8297af8 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ --- layout: default class: home +hide_breadcrumbs: true ---

Choosing an OSS license doesn’t need to be scary.