Saved: 2018-06-14 21:49
Torey Heinz
committed Jun 15, 2018
commit fb70f608d756a0ddce8baef7107a1e6da405c841
Showing 2
changed files with
8 additions
and 4 deletions
app/views/pages/layouts/default.liquid
+5
-4
| @@ | @@ -9,9 +9,6 @@ is_layout: true |
| <!doctype html> | |
| <html class="no-js" lang="en"> | |
| <head> | |
| - | {% include 'metatags' %} |
| - | {{ 'app.css' | stylesheet_tag(:all) }} |
| - | <script src="https://use.fontawesome.com/2c75e31fa5.js"></script> |
| <!-- Global Site Tag (gtag.js) - Google Analytics --> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=UA-107293990-2"></script> | |
| <script> | |
| @@ | @@ -20,6 +17,10 @@ is_layout: true |
| gtag('js', new Date()); | |
| gtag('config', 'UA-107293990-2'); | |
| </script> | |
| + | |
| + | {% include 'metatags' %} |
| + | {{ 'app.css' | stylesheet_tag(:all) }} |
| + | <script src="https://use.fontawesome.com/2c75e31fa5.js"></script> |
| </head> | |
| <body> | |
| <div class="page-wrapper"> | |
| @@ | @@ -70,7 +71,7 @@ is_layout: true |
| </div> | |
| </div> | |
| <footer class="row collapse"> | |
| - | <small>Copyright © 2005 VS America. All rights reserved. VS America is a subsidiary of VS Guss</small> |
| + | <small>Copyright ©{{ 'now' | date: "%Y" }} VS America. All rights reserved. VS America is a subsidiary of <a href="https://www.vsguss.de/en/">VS Guss<a></small> |
| </footer> | |
| </div> | |
| <script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script> | |
log/server.log
+3
-0
| @@ | @@ -28,3 +28,6 @@ I, [2018-06-12T16:26:20.890530 #5845] INFO -- : Thin web server (v1.6.4 codenam |
| I, [2018-06-12T16:26:20.890686 #5845] INFO -- : Maximum connections set to 1024 | |
| I, [2018-06-12T16:26:20.890720 #5845] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop | |
| I, [2018-06-12T16:38:12.150389 #5845] INFO -- : Waiting for 3 connection(s) to finish, can take up to 30 sec, CTRL+C to stop now | |
| + | I, [2018-06-12T16:50:29.542516 #6273] INFO -- : Thin web server (v1.6.4 codename Gob Bluth) |
| + | I, [2018-06-12T16:50:29.542908 #6273] INFO -- : Maximum connections set to 1024 |
| + | I, [2018-06-12T16:50:29.542974 #6273] INFO -- : Listening on 0.0.0.0:3000, CTRL+C to stop |