feat: ADD header and footer modifier for title etc
This commit is contained in:
parent
be696c343c
commit
30e6956fa4
4 changed files with 47 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Image gallery powered by shellery">
|
||||
<meta name="generator" content="shellery">
|
||||
<title>Gallery</title>
|
||||
<title><!-- TITLE --></title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="favicon.ico">
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<header>
|
||||
<h1>Gallery</h1>
|
||||
<h1><!-- TITLE --></h1>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
<!-- LIGHTBOXES -->
|
||||
<!-- IF_FOOTER -->
|
||||
<footer>
|
||||
<p>Powered by <a href="https://git.uphillsecurity.com/cf7/shellery" target="_blank" rel="noopener">shellery</a></p>
|
||||
</footer>
|
||||
<!-- ENDIF_FOOTER -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue