Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Jekyll Plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
4
Merge Requests
4
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
F-Droid
Jekyll Plugin
Commits
8a62ffd4
Commit
8a62ffd4
authored
Apr 28, 2020
by
Hans-Christoph Steiner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-1' into 'master'
Quick fix for
fdroid-website#420
See merge request
!54
parents
9a3a28e6
efe55e47
Pipeline
#140805151
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
_includes/package-list-item.html
_includes/package-list-item.html
+4
-0
No files found.
_includes/package-list-item.html
View file @
8a62ffd4
<a
class=
"package-header"
href=
"{{ include.package.beautiful_url | prepend: site.baseurl }}"
>
{% if include.package.icon != "" and include.package.icon != nil %}
<img
class=
"package-icon"
src=
"{{ site.fdroid-repo }}/{{ include.package.icon }}"
/>
{% else %}
<img
class=
"package-icon"
src=
"{{ site.baseurl }}/assets/ic_repo_app_default.png "
/>
{% endif %}
<div
class=
"package-info"
>
<h4
class=
"package-name"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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