settermjd/podcast-site

View on GitHub
storage/templates/core/episode-header.twig

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
    <meta name="description" content="Free The Geek.fm - The podcast about building a rewarding career as a professional software developer.">
    <meta name="author" content="Free the Geek (Matthew Setter)">
    <link rel="icon" href="/favicon.ico">

    <title>{{ episode.getTitle() }} | Free The Geek.fm</title>

    <!-- Bootstrap core CSS -->
    <link href="/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="/css/supplemental.css" rel="stylesheet">

    <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
    <!--[if lt IE 9]>
    <script src="/js/dist/ie8-responsive-file-warning.js"></script><![endif]-->
    <script src="/js/dist/ie-emulation-modes-warning.js"></script>

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
    <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet" type="text/css">
    <script src="//use.typekit.net/mob8vdc.js"></script>
    <script>try {
            Typekit.load({async: true});
        } catch (e) {
        }</script>
    <link rel="stylesheet" href="/css/mediaelementplayer.css">
    <link rel="stylesheet" href="/css/social-buttons.css">
    <link rel="alternate" type="application/rss+xml" href="/rss.xml" title="Free the Geek RSS Feed" />
</head>