Git History 
{{$url := "https://code.gabe.rocks/gabriel/cyberfreedom.rss"}}
{{ with resources.GetRemote $url}}
    {{with .Err}}
    {{else}}
        {{ $data := . | transform.Unmarshal }}
        {{with $data.channel.item}}
            {{range first 3 .}}
                {{.pubDate | time.Format "Jan 02 2006"}} - {{.author}}
                
            {{end}}
        {{end}}
    {{end}}
{{else}}
No Data
{{end}}
Feed