diff options
Diffstat (limited to 'public/views/pretty.ejs')
-rw-r--r-- | public/views/pretty.ejs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs index 0a541107..5ba2e8e1 100644 --- a/public/views/pretty.ejs +++ b/public/views/pretty.ejs @@ -11,6 +11,9 @@ <% if(typeof robots !== 'undefined' && robots) { %> <meta name="robots" content="<%- robots %>"> <% } %> + <% if(typeof description !== 'undefined' && description) { %> + <meta name="description" content="<%- description %>"> + <% } %> <title><%- title %></title> <link rel="icon" type="image/png" href="<%- url %>/favicon.png"> <link rel="apple-touch-icon" href="<%- url %>/apple-touch-icon.png"> @@ -117,4 +120,6 @@ <script src="<%- url %>/js/common.js" defer></script> <script src="<%- url %>/js/extra.js" defer></script> <script src="<%- url %>/js/render.js" defer></script> -<script src="<%- url %>/js/pretty.js" defer></script>
\ No newline at end of file +<script src="<%- url %>/js/pretty.js" defer></script> + +<%- include ga %>
\ No newline at end of file |