use same footer everywhere
This commit is contained in:
parent
80e27bd32c
commit
04d1cee8df
5 changed files with 7 additions and 10 deletions
|
@ -38,5 +38,6 @@
|
|||
</head>
|
||||
<body class="index">
|
||||
<p style="color: aliceblue">404 :/</p>
|
||||
{{> footer.html }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -100,8 +100,6 @@
|
|||
<a href="https://github.com/secure-77/Perlite/pull/16">Perlite#16</a>
|
||||
</p>
|
||||
</div>
|
||||
<footer class="backToIndexPage">
|
||||
<a href="/" target="_self">Retour à la page principale</a>
|
||||
</footer>
|
||||
{{> footer.html }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
3
templates/footer.html
Normal file
3
templates/footer.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<footer class="backToIndexPage">
|
||||
<a href="/" target="_self">Retour à la page principale</a>
|
||||
</footer>
|
|
@ -101,8 +101,6 @@
|
|||
>
|
||||
</p>
|
||||
</div>
|
||||
<footer class="backToIndexPage">
|
||||
<a href="/" target="_self">Retour à la page principale</a>
|
||||
</footer>
|
||||
{{> footer.html }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -32,9 +32,6 @@
|
|||
<br />
|
||||
</div>
|
||||
</div>
|
||||
<footer class="backToIndexPage">
|
||||
<a href="/" target="_self">Retour à la page principale</a>
|
||||
</footer>
|
||||
{{/data}}
|
||||
{{/data}} {{> footer.html }}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue