Skip to content

Commit

Permalink
Merge commit '0ee3f033d96a0af227c42edb71274a5e081a6e04' into braskin/…
Browse files Browse the repository at this point in the history
…hugo_site
  • Loading branch information
ChrisChinchilla committed Sep 15, 2020
2 parents 571aed1 + 0ee3f03 commit 957fb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ $glossaryBundle := site.GetPage "page" "glossary" }}
{{ $glossaryBundle := site.GetPage "page" "docs/glossary" }}
{{- if $glossaryBundle -}}
{{ $pages := $glossaryBundle.Resources.ByType "page" }}
{{- range site.Params.language_alternatives -}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{- end }}
{{- with $term_info -}}
{{- $text := $text | default $term_info.Title -}}
{{- $glossary_home := "reference/glossary/?all=true" | relLangURL -}}
{{- $glossary_home := "glossary/?all=true" | relLangURL -}}
{{- $external_link := $term_info.Params.full_link | default (printf "%s#term-%s" $glossary_home $id | safeURL ) -}}
{{- $tooltip := $term_info.Params.short_description | markdownify -}}
{{- $tooltip := $tooltip | replaceRE "(?s)<a class='glossary-tooltip'.*?>(.*?)<span class='tooltip-text'>.*</a>" "$1" | plainify -}}
Expand Down

0 comments on commit 957fb39

Please sign in to comment.