diff --git a/conf.py b/conf.py index 44f0ee44..bfc4434c 100644 --- a/conf.py +++ b/conf.py @@ -152,10 +152,10 @@ DEFAULT_LANG: ( ( ( - ("/blog/", "Latest posts", "fa fa-comment"), - ("/categories/", "Tags", "fa fa-tag"), - ("/blog/archive.html", "Post archive", "fa fa-archive"), - ("/rss.xml", "Feed", "fa fa-rss-square"), + ("/blog/", "Latest posts", ""), + ("/categories/", "Tags", ""), + ("/blog/archive.html", "Post archive", ""), + ("/rss.xml", "Feed", ""), ), "Blog", "" ),