diff options
| author | XhmikosR <[email protected]> | 2021-09-07 18:43:13 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-07 18:43:13 +0300 |
| commit | dfb3a02ca8b4393ec4dc4b5368da0150bd681d1e (patch) | |
| tree | fa7b3e61b0035129e8b498f27b0785f90b775662 /docs/5.1/examples/blog | |
| parent | 592ba5f4df83c4a1cc2c6de5ba93abbc4d237be1 (diff) | |
| download | bootstrap-gh-pages.tar.xz bootstrap-gh-pages.zip | |
Add v5.1.1 docs (#34870)gh-pages
Diffstat (limited to 'docs/5.1/examples/blog')
| -rw-r--r-- | docs/5.1/examples/blog/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/5.1/examples/blog/index.html b/docs/5.1/examples/blog/index.html index cf80679d1..8b21affac 100644 --- a/docs/5.1/examples/blog/index.html +++ b/docs/5.1/examples/blog/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors"> - <meta name="generator" content="Hugo 0.87.0"> + <meta name="generator" content="Hugo 0.88.1"> <title>Blog Template ยท Bootstrap v5.1</title> <link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/blog/"> @@ -13,7 +13,7 @@ <!-- Bootstrap core CSS --> -<link href="/docs/5.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous"> +<link href="/docs/5.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous"> <!-- Favicons --> <link rel="apple-touch-icon" href="/docs/5.1/assets/img/favicons/apple-touch-icon.png" sizes="180x180"> @@ -159,7 +159,7 @@ <li>Second list item with a longer description</li> <li>Third list item to close it out</li> </ol> - <p>And this is a definiton list:</p> + <p>And this is a definition list:</p> <dl> <dt>HyperText Markup Language (HTML)</dt> <dd>The language used to describe and define the content of a Web page</dd> @@ -250,7 +250,7 @@ <nav class="blog-pagination" aria-label="Pagination"> <a class="btn btn-outline-primary" href="#">Older</a> - <a class="btn btn-outline-secondary disabled" href="#" tabindex="-1" aria-disabled="true">Newer</a> + <a class="btn btn-outline-secondary disabled">Newer</a> </nav> </div> |
