diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 8f43d6a..6adcb93 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -91,6 +91,10 @@
.org-target::after {
content: '◎ ';
}
+ /* Hide bullets in TOC when headings are numbered. */
+ .toc.has-section-numbers ul {
+ list-style: none;
+ }