This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/partials/header.html

11 lines
311 B
HTML
Raw Normal View History

2017-07-12 22:31:08 +00:00
<!doctype html>
<html lang="{{ $.Site.Language.Lang }}">
2017-07-12 22:31:08 +00:00
<head>
<meta charset="utf-8">
2017-08-29 08:21:00 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="{{ $.Site.BaseURL }}">
<title>{{ $.Site.Title }}</title>
<link rel="stylesheet" href="css/main.css"/>
2017-07-12 22:31:08 +00:00
</head>
<body>