diff --git a/_layouts/default.html b/_layouts/default.html index cd78d00..71d129d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,15 @@ - + + + + + + + + + {% seo %} @@ -15,20 +23,23 @@ - {% include head-custom.html %} + @@ -48,5 +59,16 @@

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

+ + {% if site.google_analytics %} + + {% endif %} diff --git a/index.md b/index.md index 82b011b..9e77b01 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ Text can be **bold**, _italic_, or ~~strikethrough~~. [Link to another page](./another-page.html). There should be whitespace between paragraphs. -1 +2 There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.