mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Fix url_project
link in multilingual mode (#243)
This commit is contained in:
parent
4859cbe36a
commit
7f67d274c7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
</a>
|
||||
{{ end }}
|
||||
{{ with $.Params.url_project }}
|
||||
<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absURL }}">
|
||||
<a class="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}" href="{{ . | absLangURL }}">
|
||||
{{ i18n "btn_project" }}
|
||||
</a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue