aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/edwin/layouts/partials/header.html
blob: a93da0f126fde3106d5c6105554a56170426b3f6 (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'] . '/..' . '/app/views/partials/header.php'; ?>" }}