···4141# Must be placed in root of static/ directory...
4242# og_preview_img = ""
43434444-copyright = "copyright by hauleth"
4444+copyright = "copyright by <a href=\"https://hauleth.dev\" rel=me>hauleth</a>"
45454646# 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="/about/", name="about"},
4949+ {url="/post/", name="blog"},
5050 {url="https://twitter.com/hauleth", name="twitter", rel="me"},
5151 {url="https://github.com/hauleth", name="github", rel="me"},
5252]