]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Hyphen to dash for ranges (#32488)
authorJonathan <vanillajonathan@users.noreply.github.com>
Tue, 5 Jan 2021 21:56:44 +0000 (22:56 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 21:56:44 +0000 (13:56 -0800)
* Hyphen to dash for ranges

* Hyphen to dash for ranges

* Hyphen to dash for ranges

* Hyphen to dash for ranges

* Hyphen to dash for ranges

site/content/docs/5.0/examples/carousel-rtl/index.html
site/content/docs/5.0/examples/carousel/index.html
site/content/docs/5.0/examples/pricing/index.html
site/content/docs/5.0/examples/product/index.html
site/content/docs/5.0/examples/sign-in/index.html

index a446be716e7116789048f0bf4e5c5c38022776b0..a55560e262027a49f8165fd016b14df5be7f14b9 100644 (file)
@@ -162,6 +162,6 @@ extra_css:
   <!-- FOOTER -->
   <footer class="container">
     <p class="float-end"><a href="#">عد إلى الأعلى</a></p>
-    <p>&copy; 2017-{{< year >}} Company, Inc. &middot; <a href="#">خصوصية</a> &middot; <a href="#">شروط</a></p>
+    <p>&copy; 2017{{< year >}} Company, Inc. &middot; <a href="#">خصوصية</a> &middot; <a href="#">شروط</a></p>
   </footer>
 </main>
index 42effad08fc5f6eba286460756521bf96749b5ef..07d579c43ad44f2919e81f994744e1e899ef3f1f 100644 (file)
@@ -161,6 +161,6 @@ extra_css:
   <!-- FOOTER -->
   <footer class="container">
     <p class="float-end"><a href="#">Back to top</a></p>
-    <p>&copy; 2017-{{< year >}} Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+    <p>&copy; 2017{{< year >}} Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
   </footer>
 </main>
index 714283baddd64818402003f1160e0d8b8e79ceb3..58bb22ccf9c3553bdaf5522187ccaa2f07262031 100644 (file)
@@ -81,7 +81,7 @@ include_js: false
     <div class="row">
       <div class="col-12 col-md">
         <img class="mb-2" src="/docs/{{< param docs_version >}}/assets/brand/bootstrap-logo.svg" alt="" width="24" height="19">
-        <small class="d-block mb-3 text-muted">&copy; 2017-{{< year >}}</small>
+        <small class="d-block mb-3 text-muted">&copy; 2017{{< year >}}</small>
       </div>
       <div class="col-6 col-md">
         <h5>Features</h5>
index 8a25fe1dd01b05de2cbef584b4121349365d3507..423890e3b484428d6c63c592e26cb003dfd4c832 100644 (file)
@@ -104,7 +104,7 @@ extra_css:
   <div class="row">
     <div class="col-12 col-md">
       <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
-      <small class="d-block mb-3 text-muted">&copy; 2017-{{< year >}}</small>
+      <small class="d-block mb-3 text-muted">&copy; 2017{{< year >}}</small>
     </div>
     <div class="col-6 col-md">
       <h5>Features</h5>
index ac5b6104b64f625685d52e67c58815bbeca87376..6fefc45e6c66699cf23739a9118443d3fd048c47 100644 (file)
@@ -21,6 +21,6 @@ include_js: false
       </label>
     </div>
     <button class="w-100 btn btn-lg btn-primary" type="submit">Sign in</button>
-    <p class="mt-5 mb-3 text-muted">&copy; 2017-{{< year >}}</p>
+    <p class="mt-5 mb-3 text-muted">&copy; 2017{{< year >}}</p>
   </form>
 </main>