Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
318d1a45
Commit
318d1a45
authored
Aug 14, 2019
by
rgaudin
Browse files
Fixed ZIM icon display on homepage
parent
25c7eada
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
318d1a45
2.0.8
* fixed ZIM icon display on homepage
2.0.7
* fixed size evaluation for KA-lite
* removed leftovers files on cards after use (kalite, aflatoun lang packs)
...
...
ansiblecube/roles/packages/tasks/main.yml
View file @
318d1a45
...
...
@@ -7,7 +7,7 @@
-
name
:
Add CSS for package icon
lineinfile
:
dest
:
/var/www/static/cards.css
line
:
'
.card.{{
item|splitext|first|replace(".",
"\.")
}}
{
background-image:
url("http://{{
kiwix_fqdn
}}/{{
item
}}
/-/
favicon");
}'
line
:
'
.card.
zim_
{{
item|splitext|first|replace(".",
"\.")
}}
{
background-image:
url("http://{{
kiwix_fqdn
}}/
meta?content=
{{
item
}}
&name=
favicon");
}'
insertafter
:
EOF
state
:
present
with_items
:
'
{{
ansible_local.config.packages
|
default(omit)
}}'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment