Sha256: fb83553f5034960b5fe244e2b64b6f285c8564eae99f2cba3a084991824aa777
Contents?: true
Size: 759 Bytes
Versions: 2
Compression:
Stored size: 759 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width" /> <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title> <meta name="description" content="<?php bloginfo('description'); ?>" /> <!-- FAVICON --> <link rel="icon" type="image/png" href="<?php img(); ?>/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="<?php img(); ?>/favicon-big.png" /> <!-- VENDOR --> <script type="text/javascript" src="<?php js(); ?>/vendor/custom.modernizr.js"></script> <link rel="stylesheet" href="<?php css(); ?>/edge-framework.css"> <!-- APP Specific --> <link rel="stylesheet" href="<?php css(); ?>/app.css"> </head> <body> <div id="main-wrapper">
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-0.8.1 | template/wordpress/header.php |
edge_framework-0.6.1 | template/wordpress/header.php |