Let some string being translated in config
This commit is contained in:
parent
a82a9bf4c8
commit
e587b081af
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="navbar-collapse">
|
||||
<div class="navbar-nav mr-auto"></div>
|
||||
<form class="flex-grow-1 mx-3 mx-md-4 mx-lg-5 pr-3" onsubmit="return false;">
|
||||
<input id="search-by" class="form-control" placeholder="Rechercher un article…">
|
||||
<input id="search-by" class="form-control" placeholder="{{ .Site.Params.search_txt }}">
|
||||
</form>
|
||||
<div class="navbar-nav mr-auto"></div>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<!-- Short About -->
|
||||
{{ if .Site.Params.about_me }}
|
||||
<section class="d-none d-lg-block">
|
||||
<hr><h5 class="text-sc"><a href="{{ "/top/about" | relLangURL }}">À propos d'AVQ</a></h5>
|
||||
<hr><h5 class="text-sc"><a href="{{ "/top/about" | relLangURL }}">{{ .Site.Params.about_txt }}</a></h5>
|
||||
<div class="short-about">
|
||||
{{ with .Site.Params.sidebar_avatar }}
|
||||
<div class="text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue