mysig/preview
Values
pub fn homepage(
title title: String,
description description: String,
canonical canonical: Uri,
) -> List(Element(a))
pub fn image(
url url: Uri,
type_ type_: String,
width width: Int,
height height: Int,
alt alt: String,
) -> List(Element(a))
pub fn optimum_image(
url url: Uri,
type_ type_: String,
alt alt: String,
) -> List(Element(a))
pub fn page(
site site: String,
title title: String,
description description: String,
canonical canonical: Uri,
) -> List(Element(a))