mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
added build_index() function
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{lang}}">
|
||||
<head>
|
||||
{{head}}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{{header}}
|
||||
|
||||
</header>
|
||||
<main>
|
||||
<ol id="posts">
|
||||
{{posts}}
|
||||
</ol>
|
||||
{{main}}
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
{{footer}}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user