mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-14 20:58:43 +00:00
fbcb8ba5f2
One standard layout broken down into included components: HTML head, navbar, and footer.
9 lines
264 B
HTML
9 lines
264 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{ site.title }} - {{ page.title }}</title>
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/assets/zargon.css">
|
|
|