Skip to content

Commit

Permalink
revert table
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneschepke committed May 20, 2024
1 parent b9c9fac commit 3478126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metascoop/md/generate_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const (
tableEnd = "<!-- end apps table -->"

tableTmpl = `
| Name | Description | Version |
| --- | --- | --- |{{range .Apps}}
| [**{{.name}}**]({{.sourceCode}}) | {{.summary}} | {{.suggestedVersionName}} ({{.suggestedVersionCode}}) |{{end}}
| Icon | Name | Description | Version |
| --- | --- | --- | --- |{{range .Apps}}
| <a href="{{.sourceCode}}"><img src="fdroid/repo/icons/{{.icon}}" alt="{{.name}} icon" width="36px" height="36px"></a> | [**{{.name}}**]({{.sourceCode}}) | {{.summary}} | {{.suggestedVersionName}} ({{.suggestedVersionCode}}) |{{end}}
` + tableEnd
)

Expand Down

0 comments on commit 3478126

Please sign in to comment.