Sha256: b92fe3ccef9ed54baf77c157f803f241b5daf71f6ee2ce62589edb9b7cd83350
Contents?: true
Size: 936 Bytes
Versions: 13
Compression:
Stored size: 936 Bytes
Contents
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <!-- WEBSITE DETAIL --> <title><?php bloginfo("name"); ?> <?php wp_title(); ?></title> <meta name="description" content="<?php bloginfo('description'); ?>"> <!-- FAVICON --> <link rel="icon" href="<?php img(); ?>/favicon.png"> <link rel="apple-touch-icon-precomposed" href="<?php img(); ?>/favicon-big.png"> <!-- JAVASCRIPT that must load first --> <script src="<?php js(); ?>/vendor/custom.modernizr.js"></script> <!-- STYLESHEET --> <link rel="stylesheet" href="<?php css(); ?>/framework.css"> <link rel="stylesheet" href="<?php css(); ?>/app.css"> <?php wp_head(); ?> </head> <body> <div id="main-wrapper"> <header class="main-header"> <?php edge_nav_menu(); ?> </header> <?php get_template_part("searchform"); ?>
Version data entries
13 entries across 13 versions & 1 rubygems