forked from javalsai/website
make footer a shared component
This commit is contained in:
11
components/footer.html
Normal file
11
components/footer.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer class="flex row space-between">
|
||||
<div></div>
|
||||
<div>
|
||||
<p>
|
||||
I hate web-dev, but ig it's cool to have a website
|
||||
<br />
|
||||
and no, no <i>light</i> mode, I have enough with this
|
||||
</p>
|
||||
</div>
|
||||
<div><a href="https://git.javalsai.dynv6.net/javalsai/website">source</a></div>
|
||||
</footer>
|
@@ -1,4 +1,5 @@
|
||||
</main>
|
||||
</body>
|
||||
<!--# include virtual="/components/footer.html" -->
|
||||
|
||||
</html>
|
||||
|
@@ -15,5 +15,6 @@
|
||||
</head>
|
||||
|
||||
<body class="flex column">
|
||||
<!--TODO: add a file nav on the left, likely just iframe upper dir, should be autoinex-->
|
||||
<!--# include virtual="/components/header.html" -->
|
||||
<main>
|
||||
|
Reference in New Issue
Block a user