summaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 8d2a02f..c0f52cb 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -24,9 +24,9 @@
<meta property="og:type" content="book">
<meta property="og:locale" content="en_US">
- <meta property="book:author" content="https://github.com/{{ githubAuthor }}">
+ <meta property="book:author" content="{{ githubHost }}{{ githubAuthor }}">
<meta property="book:tag" content="GitBook">
-
+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
@@ -48,4 +48,4 @@
<script src="{{ staticBase }}/jsrepl/jsrepl.js" id="jsrepl-script"></script>
<script src="{{ staticBase }}/app.js"></script>
</body>
-</html> \ No newline at end of file
+</html>