This commit is contained in:
Colin_ 2020-01-26 15:57:16 -05:00
parent c01e211466
commit 67aa1fc311
6 changed files with 3 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
themes/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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>

View File

@ -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 }}