summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.3/examples/blog/index.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-06 07:58:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-06 07:58:47 +0000
commit93d3b4da94cc34f7c55e39cfbed159f0e2886328 (patch)
tree72efc9b38e0e49fd402131e8c076523f14dc4f59 /site/content/docs/5.3/examples/blog/index.html
parentReleasing debian version 5.3.0+dfsg-1. (diff)
downloadbootstrap-html-93d3b4da94cc34f7c55e39cfbed159f0e2886328.tar.xz
bootstrap-html-93d3b4da94cc34f7c55e39cfbed159f0e2886328.zip
Merging upstream version 5.3.1+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'site/content/docs/5.3/examples/blog/index.html')
-rw-r--r--site/content/docs/5.3/examples/blog/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.3/examples/blog/index.html b/site/content/docs/5.3/examples/blog/index.html
index d0d6f08..993c84e 100644
--- a/site/content/docs/5.3/examples/blog/index.html
+++ b/site/content/docs/5.3/examples/blog/index.html
@@ -6,7 +6,7 @@ extra_css:
- "blog.css"
---
-<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
+<svg xmlns="http://www.w3.org/2000/svg" class="d-none">
<symbol id="aperture" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24">
<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"/>
@@ -224,7 +224,7 @@ extra_css:
<nav class="blog-pagination" aria-label="Pagination">
<a class="btn btn-outline-primary rounded-pill" href="#">Older</a>
- <a class="btn btn-outline-secondary rounded-pill disabled">Newer</a>
+ <a class="btn btn-outline-secondary rounded-pill disabled" aria-disabled="true">Newer</a>
</nav>
</div>