Fixing bug on apps page.
This commit is contained in:
parent
d24b742912
commit
8cd5c276d0
3 changed files with 15 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
{{ $i18nAppData := index $data.apps .Data.AppIndex }}
|
||||
{{ $AppData := index .Site.Data.metadata .Data.AppIndex }}
|
||||
{{ with .Data }}
|
||||
<section style="background: {{ .Background | safeCSS }};" class="section-header">
|
||||
<section style="background: {{ .Background | safeCSS }};" class="section-header-app">
|
||||
<div class="columns-container">
|
||||
<div class="column col3 center text-right vertical-center {{ if .TextWhite }}text-white{{ end }}">
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue