Skip to content

Commit a91e9b6

Browse files
committed
Rename config.toml to hugo.toml, fix deprecated tag
1 parent 5de4baa commit a91e9b6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mevislab.github.io/config.toml renamed to mevislab.github.io/hugo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ canonifyURLs = true
2727
block = true
2828
title = true
2929

30-
[Author]
31-
name = "MeVis Medical Solutions AG"
32-
copyright = "{year}"
33-
website = "https://www.mevis.de"
30+
[params]
31+
[params.author]
32+
name = "MeVis Medical Solutions AG"
33+
copyright = "{year}"
34+
website = "https://www.mevis.de"
3435

3536
[module]
3637
[[module.mounts]]

0 commit comments

Comments
 (0)