mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix bugify.
This commit is contained in:
committed by
XhmikosR
parent
04a58887cd
commit
69e18b9634
@@ -1,4 +1,4 @@
|
||||
{{- $words := (split .Inner " ") -}}
|
||||
{{- $words := (split . " ") -}}
|
||||
|
||||
{{- range $word := $words -}}
|
||||
{{- if (strings.Contains $word "#") -}}
|
||||
Reference in New Issue
Block a user