mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
improve i8n/translations
This commit is contained in:
parent
cd355a9eca
commit
be603e8e52
9 changed files with 46 additions and 26 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{{ with .Site.GetPage "about" }}
|
||||
<div class="about-part">
|
||||
{{ with .Params.image }}
|
||||
<img src='{{ . | relURL }}' alt="" title="">
|
||||
<img src='{{ . | relURL }}' alt="{{ $.Params.title }}" title="{{ $.Params.title }}">
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="about-part">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue