diff options
| author | XhmikosR <[email protected]> | 2018-10-15 11:49:15 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-15 12:54:51 +0300 |
| commit | 43c20b912eed45e43be83d71e5aec9136aecb137 (patch) | |
| tree | f44f2cf9cde6b82e098702369056a449ab7ce481 /site/_layouts/examples.html | |
| parent | 7d6a0aa24d2a88632daedd79ea981aa8a4aac503 (diff) | |
| download | bootstrap-43c20b912eed45e43be83d71e5aec9136aecb137.tar.xz bootstrap-43c20b912eed45e43be83d71e5aec9136aecb137.zip | |
Combine examples and simple layouts.
Diffstat (limited to 'site/_layouts/examples.html')
| -rw-r--r-- | site/_layouts/examples.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html deleted file mode 100644 index 1f8fbcdec..000000000 --- a/site/_layouts/examples.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -layout: default ---- - -<header class="d-flex flex-column flex-md-row align-items-md-center p-5 bg-light"> - <div class="pt-md-3 pb-md-4"> - <h1 class="bd-title mt-0">{{ page.title | smartify }}</h1> - <p class="bd-lead">{{ page.description | smartify }}</p> - <a href="{{ site.download.source }}" class="btn btn-lg btn-bd-primary" onclick="ga('send', 'event', 'Examples', 'Hero', 'Download');">Download source code</a> - </div> - {% include ads.html %} -</header> - -<main class="bd-content p-5" id="content" role="main"> - {{ content }} -</main> |
