mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Use jekyll include
This commit is contained in:
parent
5a3780b0f1
commit
00fbbd6763
3
_includes/header.html
Normal file
3
_includes/header.html
Normal file
@ -0,0 +1,3 @@
|
||||
<header>
|
||||
<h1>Header</h1>
|
||||
</header>
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -5,6 +7,7 @@
|
||||
<title>Feather</title>
|
||||
</head>
|
||||
<body>
|
||||
{% include header.html %}
|
||||
<h1>Hello World</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user