Skip to main content
Module

x/diplodocus/mod.ts>PageMeta

🦕 Deno Deploy Docs 📓
Latest
type alias PageMeta
import { type PageMeta } from "https://deno.land/x/diplodocus@0.0.4/mod.ts";
definition: { prev?: PageLink; next?: PageLink; date?: string; tag?: Array<string>; title?: string; tocLevels?: Array<number>; lang?: string; description?: string; favicon?: string; image?: string; removeDefaultStyles?: boolean; bottomHead?: string; bottomBody?: string; }