diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html new file mode 100644 index 00000000..dae8a533 --- /dev/null +++ b/_includes/google-analytics.html @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index f79be101..7dd44bd8 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,5 +21,6 @@ {% include header.html %}
{{ content }}
{% include footer.html %} + {% include google-analytics.html %} diff --git a/_layouts/docs.html b/_layouts/docs.html index 3d5367f4..92912c2a 100755 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -137,5 +137,6 @@ menuDom.appendChild(itemDom); } + {% include google-analytics.html %} diff --git a/css/docs.scss b/css/docs.scss index 6f7ae41f..afcae3f0 100644 --- a/css/docs.scss +++ b/css/docs.scss @@ -148,6 +148,7 @@ pre > code { } h1 { + font-size: 24px; line-height: 40px; margin: 0; display: inline-block; diff --git a/css/index.scss b/css/index.scss index 1122d570..5b271ae6 100644 --- a/css/index.scss +++ b/css/index.scss @@ -23,6 +23,10 @@ -ms-flex-align: center; align-items: center; + h1 { + line-height: 1.15; + } + p { opacity: 0.75; margin-bottom: 25px; diff --git a/index.html b/index.html index 97326edb..0cdf9e97 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,7 @@ stylesheet: index

Learn more and get involved with the community

- Join the conversation and help shape the evolution of crossplane. Here are a few ways to get started: + Join the conversation and help shape the evolution of crossplane. Here are a few ways to get started.