mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
c020919cb4
Signed-off-by: Vishal Rana <vr@labstack.com>
21 lines
933 B
HTML
21 lines
933 B
HTML
<!doctype html>
|
|
<html lang="{{ .Site.LanguageCode }}">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<title>
|
|
{{ if ne .URL "/" }}{{ .Title }} | {{ end }}{{ .Site.Title }}
|
|
</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- <link rel="apple-touch-icon" href="apple-touch-icon.png"> -->
|
|
<!-- Place favicon.ico in the root directory -->
|
|
<link rel="stylesheet" href="//storage.googleapis.com/code.getmdl.io/1.0.5/material.blue-pink.min.css">
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
|
|
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/monokai.css">
|
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/styles/echo.css">
|
|
</head>
|