WIP
This commit is contained in:
parent
23c4dc308c
commit
5dde856e27
|
@ -1,17 +1,9 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<base href="/">
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Aurélien Baumann">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="description" page-metadesc>
|
||||
<title page-title>Aubm</title>
|
||||
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="css/theme.css" type="text/css">
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="page-container container-fluid">
|
||||
<div class="col-md-3 menu">
|
||||
<nav class="col-md-3">
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<base href="/">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="author" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
|
||||
<meta name="description" content="{{ with .Site.Params.name }}{{ . }}{{ end }}">
|
||||
{{ .Hugo.Generator }}
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet" type="text/css">
|
||||
<link href="{{ .Site.BaseURL }}css/theme.css" rel="stylesheet" type="text/css">
|
Loading…
Reference in New Issue