We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404b732 commit 9b7baaeCopy full SHA for 9b7baae
content/pages/index.md
@@ -1,4 +1,5 @@
1
Title: Home Page
2
Status: hidden
3
+save_as: index.html
4
5
Aio-libs home page.
pelicanconf.py
@@ -65,4 +65,6 @@
65
LOG_FILTER = (
66
# Remove when fixed: https://github.com/getpelican/pelican/pull/3544
67
(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"),
70
)
0 commit comments