mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
start markdowning getting started and moving things to separate pages
This commit is contained in:
@@ -9,6 +9,18 @@
|
||||
|
||||
{% include nav/docs.html %}
|
||||
|
||||
<div class="bs-docs-header" id="content">
|
||||
<div class="bs-docs-container">
|
||||
{% if page.url contains "getting-started" %}
|
||||
<h1>Getting started</h1>
|
||||
<p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p>
|
||||
{% endif %}
|
||||
|
||||
{% include ads.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="bs-docs-header" id="content">
|
||||
<div class="bs-docs-container">
|
||||
<h1>{{ page.title }}</h1>
|
||||
@@ -16,7 +28,7 @@
|
||||
{% include ads.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
-->
|
||||
<div class="bs-docs-container bs-docs-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user