Add RSS links for tags and feed
published: {
},
components: [
+ {classes: "blerg-user-controls", components: [
+ {name: "rssLink", href: "/rss/feed", kind: "blerg.Link", components: [
+ {tag: null, content: "["},
+ {kind: "Image", src: "/images/rss.png", attributes: {width: 16, height: 16}},
+ {tag: null, content: "RSS]"}
+ ]}
+ ]},
{name: "records"},
{name: "spinner", kind: "OldSchoolSpinner", showing: false},
{name: "api", kind: "blerg.API",
tag: ""
},
components: [
+ {classes: "blerg-user-controls", components: [
+ {name: "rssLink", kind: "blerg.Link", components: [
+ {tag: null, content: "["},
+ {kind: "Image", src: "/images/rss.png", attributes: {width: 16, height: 16}},
+ {tag: null, content: "RSS]"}
+ ]}
+ ]},
{name: "records"},
{name: "spinner", kind: "OldSchoolSpinner", showing: false},
{name: "api", kind: "blerg.API",
this.bubble('onSetTitle', {section: 'about @' + this.tag});
break;
}
+ this.$.rssLink.setHref('/rss/' + this.type + '/' + this.tag);
this.$.records.destroyComponents();
this.lastRecord = null;
this.loadMore();