Update docs.

This commit is contained in:
Dillon Kearns 2019-09-15 15:55:45 -07:00
parent a8114e54a9
commit e2117d23e4

View File

@ -72,6 +72,13 @@ currentPageFullUrl =
FullUrlToCurrentPage
{-| Values, such as between the `<>`'s here:
```html
<meta name="<THIS IS A VALUE>" content="<THIS IS A VALUE>" />
```
-}
type AttributeValue pathKey
= Raw String
| FullUrl String