aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/edwin/layouts/partials/header.html
blob: 8e8a798fb44bab60b99cf64ebd96ffe918e22c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en-us">

  <head>

    <meta name="description" content="{{ partial "title.html" . -}}">
    <meta name="keywords" content="{{ partial "title.html" . -}}">

    <title>{{- block "title" . }}{{ partial "title.html" . -}}{{- end }}</title>

    {{ safeHTML "<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.php'; ?>" }}