Add Footer as an include.
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
<title>Acknowledgements | Cutieguwu</title>
|
<title>Acknowledgements | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
|
<div class="viewport">
|
||||||
<nav class="pane_nav">
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_logo.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_menu.html" />
|
||||||
@@ -19,14 +20,16 @@
|
|||||||
<p>There are currently no acknowledgements</p>
|
<p>There are currently no acknowledgements</p>
|
||||||
<p>In terms of security, hopefully that means I'm doing a good-ish job.</p>
|
<p>In terms of security, hopefully that means I'm doing a good-ish job.</p>
|
||||||
<p>
|
<p>
|
||||||
I will get my thanks to various open projects in here in time, but I'm still busy
|
I will get my thanks to various open projects in here in time, but I'm still
|
||||||
getting the basics handled.
|
busy getting the basics handled.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="pane_spacer">
|
<div class="pane_spacer">
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
1
src/includes/footer.html
Normal file
1
src/includes/footer.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<p class="footer">Made with love in Canada 🇨🇦.</p>
|
||||||
@@ -5,7 +5,8 @@
|
|||||||
<title>Home | Cutieguwu</title>
|
<title>Home | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
|
<div class="viewport">
|
||||||
<nav class="pane_nav">
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_logo.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_menu.html" />
|
||||||
@@ -23,6 +24,8 @@
|
|||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
<title>Error Template | Cutieguwu</title>
|
<title>Error Template | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
|
<div class="viewport">
|
||||||
<nav class="pane_nav">
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_logo.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_menu.html" />
|
||||||
@@ -25,6 +26,8 @@
|
|||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
<title>Main Template | Cutieguwu</title>
|
<title>Main Template | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
|
<div class="viewport">
|
||||||
<nav class="pane_nav">
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_logo.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_menu.html" />
|
||||||
@@ -20,6 +21,8 @@
|
|||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user