Skip to content

Commit 9b7baae

Browse files
committed
Tweak
1 parent 404b732 commit 9b7baae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

content/pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Title: Home Page
22
Status: hidden
3+
save_as: index.html
34

45
Aio-libs home page.

pelicanconf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@
6565
LOG_FILTER = (
6666
# Remove when fixed: https://github.com/getpelican/pelican/pull/3544
6767
(logging.WARN, "Feeds generated without SITEURL set properly may not be valid"),
68+
# Alt tag is explicit in Markdown, so this warning doesn't make sense.
69+
(logging.WARN, "Empty alt attribute for image %s in %s"),
6870
)

0 commit comments

Comments
 (0)