diff options
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/components/head.korte')
-rw-r--r-- | plugins/javadoc/src/main/resources/views/components/head.korte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/head.korte b/plugins/javadoc/src/main/resources/views/components/head.korte index fff6a0c8..6db0b31e 100644 --- a/plugins/javadoc/src/main/resources/views/components/head.korte +++ b/plugins/javadoc/src/main/resources/views/components/head.korte @@ -1,5 +1,5 @@ <head> - <title>{{ title }}</title> + <title>{{ title }} {% if version != null %}{{ version }} API {% endif %}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="dc.created" content="2020-03-25"> <link rel="stylesheet" type="text/css" href="{{ pathToRoot }}stylesheet.css" title="Style"> |