2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix bugify.

This commit is contained in:
Bjørn Erik Pedersen
2019-02-05 13:39:30 +02:00
committed by XhmikosR
parent 04a58887cd
commit 69e18b9634
2 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
{{- $words := (split .Inner " ") -}}
{{- $words := (split . " ") -}}
{{- range $word := $words -}}
{{- if (strings.Contains $word "#") -}}