Remove the "The" prefix from titles in the data attribute (#59)
This commit is contained in:
parent
f403670f12
commit
60e1a513e1
|
@ -63,7 +63,7 @@
|
||||||
<td class="col-md-1 icon">
|
<td class="col-md-1 icon">
|
||||||
<img src="/images/game/icons/{{ .File.BaseFileName }}.png" />
|
<img src="/images/game/icons/{{ .File.BaseFileName }}.png" />
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-6 title" data-title="{{ .Params.title }}">
|
<td class="col-md-6 title" data-title="{{ strings.TrimPrefix "The " .Params.title }}">
|
||||||
<a href="{{ .Permalink }}">{{ .Params.title }}</a>
|
<a href="{{ .Permalink }}">{{ .Params.title }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-1 type" data-type="{{ $type.name }}">
|
<td class="col-md-1 type" data-type="{{ $type.name }}">
|
||||||
|
|
Reference in New Issue