-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication.html.haml
More file actions
executable file
·24 lines (19 loc) · 928 Bytes
/
application.html.haml
File metadata and controls
executable file
·24 lines (19 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
!!! 5
%html
%head
%title Marian Serna | Portfolio
= csrf_meta_tags
= action_cable_meta_tag
%meta{name: 'viewport', content: 'initial-scale=1.0'}
%meta{charset: 'utf-8'}
/[if lt IE 9]
= javascript_include_tag 'html5shiv.min'
%link{href:'https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js', rel: 'stylesheet'}
%link{href:'https://fonts.googleapis.com/css?family=Abril+Fatface|Montserrat:200|Nixie+One', rel: 'stylesheet'}
%link{href:'https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css', rel: 'stylesheet'}
%link{href:'https://afeld.github.io/emoji-css/emoji.css', rel: 'stylesheet'}
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => 'reload'
%body
= react_component("NavMenu", props: {}, prerender: false)
= yield
= javascript_include_tag 'application', 'data-turbolinks-track' => 'reload'