Skip to main content
Module

x/blog/deps.ts>HtmlOptions

Minimal boilerplate blogging.
Go to Latest
interface HtmlOptions
import { type HtmlOptions } from "https://deno.land/x/blog@0.6.1/deps.ts";

Properties

optional
lang: string
optional
classes: { html?: string[]; body?: string[]; }
optional
title: string
optional
meta: Record<string, string | null | undefined>
optional
styles: (string | { href?: string; text?: string; id?: string; })[]
optional
scripts: (string | { src?: string; text?: string; type?: string; id?: string; async?: boolean; defer?: boolean; })[]