2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

v4: Social meta tags (#20825)

* descriptions for getting started pages

* descriptions for layout

* add content page descriptions

* more descriptions, updates to some existing ones

* correct site url

* add social stuff to config for twitter cards

* add twitter meta tags; use large image for homepage and regular card for all others

* add the assets

* more site config

* more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
This commit is contained in:
Mark Otto
2016-10-02 18:19:47 -07:00
committed by GitHub
parent bb4af05d22
commit 7bf868a709
53 changed files with 93 additions and 8 deletions
+1
View File
@@ -1,6 +1,7 @@
---
layout: docs
title: Flexbox grid system
description: Documentation and examples for using Bootstrap's optional flexbox grid system.
group: layout
---
+1
View File
@@ -1,6 +1,7 @@
---
layout: docs
title: Grid system
description: Documentation and examples for using Bootstrap's powerful, responsive, and mobile-first grid system.
group: layout
---
+1
View File
@@ -1,6 +1,7 @@
---
layout: docs
title: Media object
description: Documentation and examples for Bootstrap's media object to construct highly repetitive components like blog comments, tweets, and the like.
group: layout
---
+1
View File
@@ -1,6 +1,7 @@
---
layout: docs
title: Overview
description: Components and options for laying out your Bootstrap project, including wrapping containers, a powerful grid system, a flexible media object, and responsive utility classes.
group: layout
redirect_from: "/layout/"
---
+1
View File
@@ -1,6 +1,7 @@
---
layout: docs
title: Responsive utilities
description: Use responsive display utility classes for showing and hiding content by device, via media query.
group: layout
---