diff --git a/hugo.toml b/hugo.toml index 3677d48..a2d1f91 100644 --- a/hugo.toml +++ b/hugo.toml @@ -27,7 +27,9 @@ nav_links = [ right_icons = [ { title = "Support", link = "/support", external = false, icon = "donate.png", icon_alt = "Donate" }, - { title = "ATOM Feed", link = "/index.xml", external = true, icon = "rss_1.png", icon_alt = "ATOM Feed" }, + { title = "ATOM Feed", link = "/index.xml", external = false, icon = "rss_1.png", icon_alt = "ATOM Feed" }, + { title = "Charts", link = "https://moneroj.net/", external = true, icon = "charts.png", icon_alt = "Charts" }, + { title = "Calculator", link = "https://calc.revuo-xmr.com/", external = true, icon = "calculator.png", icon_alt = "Calculator" }, ] mirrors = [ diff --git a/static/img/calculator.png b/static/img/calculator.png new file mode 100644 index 0000000..1ce54c1 Binary files /dev/null and b/static/img/calculator.png differ diff --git a/static/img/charts.png b/static/img/charts.png new file mode 100644 index 0000000..03d80ce Binary files /dev/null and b/static/img/charts.png differ