We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c14597 commit abfb968Copy full SHA for abfb968
1 file changed
PocoDoc/resources/index.thtml
@@ -1,16 +1,16 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
-<title>Welcome</title>
+<title>${PocoDoc.software} - Reference Library</title>
5
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6
-<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
+<meta name="author" content="${PocoDoc.company}"/>
7
<meta name="generator" content="PocoDoc"/>
8
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
9
<script type="text/javascript" src="js/iframeResizer.min.js"></script>
10
</head>
11
<body>
12
<div class="header">
13
-<h1 class="category">POCO C++ Libraries</h1>
+<h1 class="category">${PocoDoc.software}</h1>
14
<h1 class="title">Reference Library</h1>
15
</div>
16
<div class="body">
0 commit comments