mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
5 lines
184 B
HTML
5 lines
184 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="main.css">
|
|
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
|
</head> |