media, output: Add Calendar type

This commit is contained in:
Bjørn Erik Pedersen
2017-03-23 17:31:05 +01:00
parent dbb83f925a
commit 8bcc08e3b0
4 changed files with 27 additions and 5 deletions

View File

@@ -31,6 +31,15 @@ var (
Rel: "amphtml",
}
CalendarType = Format{
Name: "Calendar",
MediaType: media.CalendarType,
IsPlainText: true,
Protocol: "webcal://",
BaseName: "index",
Rel: "alternate",
}
CSSType = Format{
Name: "CSS",
MediaType: media.CSSType,