- {{ .entry.Title }} + {{ .entry.Title }}
-
@@ -54,7 +54,7 @@
{{ if .entry.CommentsURL }}
- - {{ t "entry.comments.label" }} + {{ t "entry.comments.label" }} {{ end }}
- {{ .URL }}
+ {{ .URL | safeURL }}
{{ if gt .Size 0 }} - {{ formatFileSize .Size }}{{ end }}
- ({{ .Type }})
- {{ .URL }}
+ ({{ .Type }})
+ {{ .URL | safeURL }}
{{ end }}
@@ -577,7 +577,7 @@ var templateViewsMap = map[string]string{
- {{ .entry.Title }} + {{ .entry.Title }}
-
@@ -627,7 +627,7 @@ var templateViewsMap = map[string]string{
{{ if .entry.CommentsURL }}
- - {{ t "entry.comments.label" }} + {{ t "entry.comments.label" }} {{ end }}
- {{ .URL }}
+ {{ .URL | safeURL }}
{{ if gt .Size 0 }} - {{ formatFileSize .Size }}{{ end }}