<title><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.4">
<link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
- <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body>
<li><a href="<?php bloginfo('url'); ?>/our-story">Our Story</a></li>
<li><a href="<?php bloginfo('url'); ?>/contact">Contact</a></li>
</ul>
- </div>
+ </div>
</div>
</div>
<div class="row">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
- <link href='http://fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Ruluko' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body>
<li><a href="#">Our Story</a></li>
<li><a href="#">Contact</a></li>
</ul>
- </div>
+ </div>
</div>
</div>
<div class="row">
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for ToskiSands
-Version: 1.0.4
+Version: 1.0.6
*/