afacanc38.github.io/_layouts/post.html

18 lines
429 B
HTML

---
layout: page
---
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }} | Alperen İsa Nalbant</title>
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<h1>{{ page.title }}</h1>
{{ content }}
</body>
</html>