diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,14 +1,14 @@ <!DOCTYPE html> <html> <head> -<!--# include file="partials/head.html" --> +%include partials/head.html <title>~/</title> <link href="main.css" rel="stylesheet"> - +<meta name=viewport content="width=device-width, initial-scale=1"> </head> <body> -<!--# include file="partials/header.html" --> +%include partials/header.html <div class="content"> <section id="about"> <h2>About me</h2> @@ -38,6 +38,6 @@ </div> </section> </div> -<!--# include file="partials/footer.html" --> +%include partials/footer.html </body> </html> |