Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 03029d7

Browse files
Merge pull request #650 from adrianmoisey/remove_whitespace
Remove extra whitespace
2 parents 81129ca + f8cda5a commit 03029d7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

layouts/program/single.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ <h5 class="mb-0">
123123
{{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}}&nbsp;<a href="{{ . }}"><i class="fa fa-video-camera" aria-hidden="true"></i></a>&nbsp;{{- end -}}
124124
{{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}&nbsp;<a href="{{ . }}"><i class="fa fa-file-text-o" aria-hidden="true"></i></a>&nbsp;{{- end -}}
125125
{{- end -}}
126-
<br/>
127-
<br/>
128126
{{- if .comments -}}
129127
<span class="program-page-desc">{{ .comments | markdownify }}<br/></span>
130128
{{- end -}}
@@ -191,4 +189,4 @@ <h5 class="mb-0">
191189
</div>
192190
{{- end -}}
193191

194-
{{ end }}
192+
{{ end }}

0 commit comments

Comments
 (0)