Minor changes and fixes, showing Git commit in footer.
This commit is contained in:
parent
8b1403e2d2
commit
d5c7d6c2cc
6 changed files with 16 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="columns-container fill-width">
|
||||
{{ range $langs }}
|
||||
<div class="col{{ len $langs }} column text-center">
|
||||
<h3>{{ i18n . }}</h3>
|
||||
<p class="h3">{{ i18n . }}</p>
|
||||
{{ partial "badge.html" (dict "Icon" $icon "Lang" . "Alt" $alt ) }}
|
||||
<br>
|
||||
<div class="center fit-content">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<section class="section-skewed padding-container-3" style="background: {{ .Get 1 | safeCSS }}; background: linear-gradient(170deg, {{ .Get 1 | safeCSS }} 0%, {{ .Get 0 | safeCSS }} 49%, {{ .Get 1 | safeCSS }} 100%);">
|
||||
<section class="section-skewed padding-container-3" style="background: {{ .Get 0 | safeCSS }}; background: linear-gradient(170deg, {{ .Get 1 | safeCSS }} 0%, {{ .Get 0 | safeCSS }} 49%, {{ .Get 1 | safeCSS }} 100%);">
|
||||
{{ .Inner | markdownify }}
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue