Skip to content

Commit

Permalink
issue #440 rm blog dropdown icons (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Mar 6, 2024
1 parent b6d543a commit 920449f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""
),
Expand Down

0 comments on commit 920449f

Please sign in to comment.