abapGit/docs/_includes/head.html
2017-05-20 14:37:25 +03:00

7 lines
249 B
HTML

<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="main.css">
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
</head>