From dc59b486691b1342130dfb7a59a480b6b49b92b1 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 25 Jan 2019 15:05:31 +0100 Subject: [PATCH] Updated links --- src/config.toml | 6 +++--- src/content/_index.md | 2 +- src/static/{ => img}/favicon.ico | Bin 3 files changed, 4 insertions(+), 4 deletions(-) rename src/static/{ => img}/favicon.ico (100%) diff --git a/src/config.toml b/src/config.toml index 30aff603..06d601ab 100644 --- a/src/config.toml +++ b/src/config.toml @@ -13,9 +13,9 @@ pygmentCodeFences = true #googleAnalytics = "XXX" [Params] - subtitle = "a programming environment for wave function methods" + subtitle = "A programming environment for wave function methods" logo = "img/QP2_circle.png" - favicon = "img/favicon.ico" + favicon = "favicon" dateFormat = "January 2, 2006" commit = false rss = false @@ -59,6 +59,6 @@ pygmentCodeFences = true [[menu.main]] name = "Documentation" - url = "/doc/index" + url = "https://quantum-package.readthedocs.io" weight = 2 diff --git a/src/content/_index.md b/src/content/_index.md index fc4e6f01..19317470 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -10,7 +10,7 @@ systems. * [Download the source code](http://github.com/QuantumPackage/qp2) -* [Read the documentation](/doc/index) +* [Read the documentation](https://quantum-package.readthedocs.io) * [Try it now in your web browser](/page/try) diff --git a/src/static/favicon.ico b/src/static/img/favicon.ico similarity index 100% rename from src/static/favicon.ico rename to src/static/img/favicon.ico