This repository was archived by the owner on Jul 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 {{- if ge (dateFormat "2006-01-02" .enddate) (dateFormat "2006-01-02" (dateFormat "2006-01-02" now)) -}}
2424 <item >
2525 <title >devopsdays {{ .city }} {{ .year }}</title >
26- <link >{{ (printf "events/" .name) | absURL }}</link >
27- <guid >{{ (printf "events/" .name) | absURL }}</guid >
26+ <link >{{ (printf "events/%s " .name) | absURL }}</link >
27+ <guid >{{ (printf "events/%s " .name) | absURL }}</guid >
2828 <pubDate >{{ dateFormat "Mon, 2 Jan 2006 15:04:05 -0700" now }}</pubDate >
2929 {{ if .description }}
3030 <description >{{.description | markdownify | htmlEscape}}</description >
Original file line number Diff line number Diff line change 2525 {{ if ge (dateFormat "2006-01-02" .cfp_date_end) (dateFormat "2006-01-02" (dateFormat "2006-01-02" now)) }}
2626 <item >
2727 <title >devopsdays {{ .city }} {{ .year }}</title >
28- <link >{{ (printf "events/" .name) | absURL }}</link >
29- <guid >{{ (printf "events/" .name) | absURL }}</guid >
28+ <link >{{ (printf "events/%s " .name) | absURL }}</link >
29+ <guid >{{ (printf "events/%s " .name) | absURL }}</guid >
3030 <pubDate >{{ dateFormat "Mon, 2 Jan 2006 15:04:05 -0700" now }}</pubDate >
3131 {{ if .description }}
3232 <description >{{.description }}</description >
You can’t perform that action at this time.
0 commit comments