···4646# Menu items to display. You define a url and the name of the menu item.
4747# NOTE: `$BASE_URL/` must be included in the url name.
4848main_menu = [
4949- {url="/post/", name="blog"},
4949+ {url="https://plan.cat/~hauleth", name=".plan", rel="me"},
5050 {url="https://twitter.com/hauleth", name="twitter", rel="me"},
5151 {url="https://github.com/hauleth", name="github", rel="me"},
5252+ {url="https://gitlab.com/hauleth", name="gitlab", rel="me"},
5253]
53545455# Displayed after teaser text for a blog post.