initial jekyll refactor
This commit is contained in:
26
_layouts/default.html
Normal file
26
_layouts/default.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!--
|
||||
|
||||
/l、
|
||||
゙(゚、 。 7
|
||||
l、゙ ~ヽ
|
||||
じしf_, )ノ
|
||||
|
||||
-->
|
||||
|
||||
<html lang="{{ site.lang | default: " en-US" }}">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }} - {{ site.title }}</title>
|
||||
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/pygments.css' | relative_url }}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{ content }}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user