fix unclickable youtube links
This commit is contained in:
parent
7791fa2ab4
commit
51b2ef43bc
2 changed files with 16 additions and 3 deletions
|
@ -51,12 +51,15 @@
|
|||
<div>
|
||||
<div class="video__results">
|
||||
<div class="video__img__results">
|
||||
<a href="{{ .Href }}"> <img src="{{ .Image }}">
|
||||
<a href="{{ .Href }}">
|
||||
<img src="{{ .Image }}">
|
||||
<div class="duration">{{ .Duration }}</div>
|
||||
</img></a>
|
||||
</a>
|
||||
</div>
|
||||
<div class="results video-results-margin">
|
||||
<h3 class="video_title" href="{{ .Href }}">{{ .Title }}</h3></a>
|
||||
<h3 class="video_title">
|
||||
<a href="{{ .Href }}">{{ .Title }}</a>
|
||||
</h3>
|
||||
<p class="stats">{{ .Views }} <span class="pipe">|</span> {{ .Date }}</p>
|
||||
<p class="publish__info">YouTube <span class="pipe">|</span> {{ .Creator }}</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue