From: Mark Otto Date: Sat, 12 Jul 2014 09:06:13 +0000 (-0700) Subject: markdown for template X-Git-Tag: v4.0.0-alpha~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d84bc1979d1f41b5ff4460dd11f281a32a484c4;p=thirdparty%2Fbootstrap.git markdown for template --- diff --git a/docs/getting-started/template.md b/docs/getting-started/template.md index 3952621a61..97982c2da6 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 %} -
+