afacanc38.github.io/_layouts/page.html

22 lines
716 B
HTML
Raw Normal View History

2021-10-29 19:08:49 +03:00
<!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">
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<div id="page-wrapper">
<div class="headerbar">
<a href="/" title="Ana sayfaya dönmek için tıklayın."><i data-feather="home"></i></a><h3>Alperen'in Web Sitesi</h3>
</div>
{{ content }}
</div>
<script>
feather.replace()
</script>
</body>
</html>