Sha256: c1214607f55a7d8acc6463e752f16c3631764363baf2c539851bb56fdf2c1aa8

Contents?: true

Size: 879 Bytes

Versions: 1

Compression:

Stored size: 879 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">
  
  <!-- PLUGIN HOOKS -->
  <?php wp_head(); ?>
</head>
<body>
<div id="main-wrapper">
  
  <header class="main-header"></header>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
edge_framework-0.10.0 template/wordpress/header.php