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>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
@ -5,6 +7,7 @@
|
|||||||
<title>Feather</title>
|
<title>Feather</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
{% include header.html %}
|
||||||
<h1>Hello World</h1>
|
<h1>Hello World</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user