mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-01 12:31:48 -04:00
use 2x instead of x2 in query params
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
{{/* https://github.com/gohugoio/hugo/pull/10666/files */}}
|
||||
{{- $params := $url.Query -}}
|
||||
{{- $x2Param := $params.Get "x2" -}}
|
||||
{{- $x2Param := $params.Get "2x" -}}
|
||||
{{- $x2 := false -}}
|
||||
{{- if eq $x2Param "true" -}}
|
||||
{{- $x2 = true -}}
|
||||
|
||||
Reference in New Issue
Block a user