hugolib: Add OutputFormats with permalinks to Page

This commit is contained in:
Bjørn Erik Pedersen
2017-03-22 00:25:55 +01:00
parent baa29f6534
commit 1b2be5e878
4 changed files with 70 additions and 6 deletions

View File

@@ -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,