mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix lint issue
Signed-off-by: Jacki <jacki@thejackimonster.de>
This commit is contained in:
parent
d615019d08
commit
9fd9001aba
1 changed files with 7 additions and 7 deletions
14
pelican/themes/notmyidea/templates/github.html
vendored
14
pelican/themes/notmyidea/templates/github.html
vendored
|
|
@ -1,12 +1,12 @@
|
|||
{% if GITHUB_URL %}
|
||||
<style type="text/css">
|
||||
div.github_url {
|
||||
position: absolute;
|
||||
border: 0;
|
||||
background: black;
|
||||
padding: 2px 8px;
|
||||
width: 120px;
|
||||
}
|
||||
div.github_url {
|
||||
position: absolute;
|
||||
border: 0;
|
||||
background: black;
|
||||
padding: 2px 8px;
|
||||
width: 120px;
|
||||
}
|
||||
</style>
|
||||
<a href="{{ GITHUB_URL }}">
|
||||
{% if GITHUB_POSITION != "left" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue