add link to github repo.
This commit is contained in:
parent
763bca162a
commit
1ae667ed5e
3 changed files with 9 additions and 1 deletions
|
@ -329,7 +329,7 @@ if(!empty($scripts)){
|
|||
|
||||
<div id="eof_feed">
|
||||
<img src="static/images/zpEYXu5Wdu6.png">
|
||||
<p><?php echo Config::get("version"); ?> © 2016-2020 <br>Miroslav Šedivý</p>
|
||||
<p><?php echo Config::get("version"); ?> © 2016-2021<br><a href="https://github.com/m1k1o/blog" class="link" title="m1k1o/blog github repository" target="_blank">m1k1o/blog</a></p>
|
||||
</div>
|
||||
<script src="static/scripts/jquery.min.js"></script>
|
||||
<script>$["\x61\x6A\x61\x78\x53\x65\x74\x75\x70"]({"\x68\x65\x61\x64\x65\x72\x73":{"\x43\x73\x72\x66-\x54\x6F\x6B\x65\x6E":"<?php echo $_SESSION['token'];?>"}});</script>
|
||||
|
|
|
@ -114,6 +114,10 @@ body {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#eof_feed .link {
|
||||
color: #90949c;
|
||||
}
|
||||
|
||||
.show_more {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
|
|
|
@ -181,6 +181,10 @@ body {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#eof_feed .link {
|
||||
color: var(--secondary-text);
|
||||
}
|
||||
|
||||
.show_more {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
|
|
Loading…
Add table
Reference in a new issue