feat: add footer
This commit is contained in:
parent
5187a2bb2f
commit
cb78f82d6d
2 changed files with 10 additions and 0 deletions
|
@ -29,6 +29,12 @@ header .muted {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-top: 20px;
|
||||||
|
color: #555;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
|
|
|
@ -23,5 +23,9 @@
|
||||||
|
|
||||||
<body hx-headers='{"X-CSRF-Token": "<%= form_authenticity_token %>"}'>
|
<body hx-headers='{"X-CSRF-Token": "<%= form_authenticity_token %>"}'>
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
Created by Raiah Belse of Balmung, <a href="https://git.insects.institute/insects/ecoffee">Source</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue