mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
hugolib: Add OutputFormats with permalinks to Page
This commit is contained in:
@@ -23,6 +23,9 @@ import (
|
||||
var (
|
||||
// An ordered list of built-in output formats
|
||||
// See https://www.ampproject.org/learn/overview/
|
||||
// TODO
|
||||
// <link rel="amphtml" href="{{ .Permalink }}">
|
||||
// canonical
|
||||
AMPType = Format{
|
||||
Name: "AMP",
|
||||
MediaType: media.HTMLType,
|
||||
|
Reference in New Issue
Block a user