aboutsummaryrefslogtreecommitdiff
path: root/viewer/public
diff options
context:
space:
mode:
authorpacien2020-02-08 17:51:52 +0100
committerpacien2020-02-08 17:51:52 +0100
commit7ab9686bc322af3ea848ec84c9680536a7929bab (patch)
treeb13c72030cf8ca303efa869b5ae9b481c8b02ca7 /viewer/public
parent32abf4e1f82dcb9738bbfc41a84bb38672e14603 (diff)
downloadldgallery-7ab9686bc322af3ea848ec84c9680536a7929bab.tar.gz
viewer: add generator meta tag
GitHub: closes #33
Diffstat (limited to 'viewer/public')
-rw-r--r--viewer/public/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/viewer/public/index.html b/viewer/public/index.html
index bc9ba95..8176ab8 100644
--- a/viewer/public/index.html
+++ b/viewer/public/index.html
@@ -24,6 +24,8 @@
24 <meta charset="utf-8"> 24 <meta charset="utf-8">
25 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 25 <meta http-equiv="X-UA-Compatible" content="IE=edge">
26 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 26 <meta name="viewport" content="width=device-width,initial-scale=1.0">
27 <meta name="generator" content="ldgallery">
28
27 <link rel="icon" href="<%= BASE_URL %>favicon.ico"> 29 <link rel="icon" href="<%= BASE_URL %>favicon.ico">
28 <title>ldgallery</title> 30 <title>ldgallery</title>
29</head> 31</head>
@@ -37,4 +39,4 @@
37 <!-- built files will be auto injected --> 39 <!-- built files will be auto injected -->
38</body> 40</body>
39 41
40</html> \ No newline at end of file 42</html>