mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
media, output: Add Calendar type
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user