fixed a typo in the page link href

This commit is contained in:
Zach Chadwick 2014-03-27 10:07:17 -04:00
parent 08471807fe
commit 4e5961ab10

View file

@ -2,7 +2,7 @@
<div class="thumbnail">
<a href="{{ .Params.sitelink }}"><img class="img-responsive img-rounded" style="width:100%;" src="{{ .Params.thumbnail }}" alt="{{ .Description }}"></a>
<h4>
<a href="{{ .Params.sitelinke }}">{{ .Title }}</a>
<a href="{{ .Params.sitelink }}">{{ .Title }}</a>
{{ if (isset .Params "sourcelink") }}
<a href="{{ .Params.sourcelink }}" class="small pull-right">source</a>
{{ end }}