diff --git a/docs/getting-started/template.md b/docs/getting-started/template.md index 3952621a6..97982c2da 100644 --- a/docs/getting-started/template.md +++ b/docs/getting-started/template.md @@ -1,9 +1,12 @@ -
-

Basic template

+--- +layout: page +title: Basic template +--- -

Start with this basic HTML template, or modify these examples. We hope you'll customize our templates and examples, adapting them to suit your needs.

+Start with this basic HTML template, or modify [these examples](../examples/). We hope you'll customize our templates and examples, adapting them to suit your needs. + +Copy the HTML below to begin working with a minimal Bootstrap document. -

Copy the HTML below to begin working with a minimal Bootstrap document.

{% highlight html %} @@ -15,13 +18,6 @@ - - - -

Hello, world!

@@ -33,4 +29,4 @@ {% endhighlight %} -
+