Add a little foot note
This commit is contained in:
parent
9965e164a3
commit
0334d05061
@ -1,6 +1,9 @@
|
||||
|
||||
<br><br>
|
||||
|
||||
<div class="foot-info center">
|
||||
Made by Evan Pratten | <a href="/feed.xml">RSS</a> | <a href="https://status.retrylife.ca">API Status</a>
|
||||
</div>
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
||||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
||||
|
@ -17,10 +17,10 @@
|
||||
<div class="inner-content-container home-content container">
|
||||
{{content}}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
|
||||
|
@ -26,4 +26,12 @@
|
||||
|
||||
img{
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
.center{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.foot-info a {
|
||||
color: var(--color-dark-purple);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user