Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-12 15:11:03 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-01-12 15:11:03 +0300
commit8b9c8c65689d1816e9679914103fe645dae282eb (patch)
tree0486c0732a41cdbc0ec945c6553a65947cb2586b
parentaebefcf9ef3aec0a1dc48b61d4320ca6a3b0ecc7 (diff)
example: Add note about versionsv5.20000.20200
-rw-r--r--exampleSite/layouts/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/layouts/index.html b/exampleSite/layouts/index.html
index 219dbbe..f0455c8 100644
--- a/exampleSite/layouts/index.html
+++ b/exampleSite/layouts/index.html
@@ -28,7 +28,8 @@
<div class="container mt-5">
<h1>Bootstrap v5 Hugo Module</h1>
<h2 class="mt-4">Dependencies</h2>
- <table class="table table-striped table-responsive mt-5">
+ <p class="mt-4"><strong>Note:</strong> We have a replacement of github.com/gohugoio/hugo-mod-bootstrap-scss/v4 to point to the directory one level up (we do this to get correct PR previews when we update Bootstrap). The version number reflects the version in <code>go.mod</code>.</code></p>
+ <table class="table table-striped table-responsive mt-2">
<thead>
<tr>
<th scope="col">#</th>