fixup
This commit is contained in:
parent
c01e211466
commit
67aa1fc311
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -19,7 +19,7 @@
|
||||||
<p>{{.Summary}}</p>
|
<p>{{.Summary}}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mdl-card__actions mdl-card--border">
|
<div class="mdl-card__actions mdl-card--border">
|
||||||
<a class="mdl-button mdl-button--colored mdl-button mdl-js-button mdl-button--raised mdl-button--colored" tabindex="0" aria-label="Read more about {{.Title}}">
|
<a href="{{ .URL | relURL }}" class="mdl-button mdl-button--colored mdl-button mdl-js-button mdl-button--raised mdl-button--colored" tabindex="0" aria-label="Read more about {{.Title}}">
|
||||||
Read More
|
Read More
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<i class="fas fa-circle"></i>
|
<i class="fas fa-circle"></i>
|
||||||
<span class=nowrap>
|
<span class=nowrap>
|
||||||
{{ range $index, $name := sort .Params.tags -}}
|
{{ range $index, $name := sort .Params.tags -}}
|
||||||
<span class="ph1">{{$name | markdownify}}</a>
|
<span class="ph1">{{$name | markdownify}}</span>
|
||||||
{{- end}}
|
{{- end}}
|
||||||
</span>
|
</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -44,4 +44,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue