Saved: 2017-10-01 14:31
Torey Heinz
committed Oct 01, 2017
commit e4c86d003c2281ee62d6f7fed0d464ed5d73d57c
Showing 1
changed file with
2 additions
and 1 deletions
app/views/pages/layouts/application.liquid
+2
-1
| @@ | @@ -22,6 +22,7 @@ is_layout: true |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Choice Castings | {{ page.seo_title }}</title> | |
| {{ 'app.css' | stylesheet_tag }} | |
| + | |
| </head> | |
| <body> | |
| <!-- Start Top Bar --> | |
| @@ | @@ -74,4 +75,4 @@ is_layout: true |
| {{ 'vendor/foundation.min.js' | javascript_tag }} | |
| {{ 'app.js' | javascript_tag }} | |
| </body> | |
| - | </html> |
| \ No newline at end of file | |
| + | </html> |