Documentation
¶
Index ¶
- Constants
- func F[T any](fg func(T) Node, t T) func() Node
- type AttributeNode
- type ElementNode
- type GroupNode
- type Node
- func A(children ...Node) Node
- func Abbr(children ...Node) Node
- func Accept(accept string) Node
- func AcceptCharset() Node
- func AccessKey(key string) Node
- func Action(action string) Node
- func Address(children ...Node) Node
- func Align(align string) Node
- func Allow(policy string) Node
- func Alt(text string) Node
- func Area(children ...Node) Node
- func AriaHidden(hidden ...bool) Node
- func Article(children ...Node) Node
- func As(what string) Node
- func Aside(children ...Node) Node
- func Async(async ...bool) Node
- func Attr(name, value string) Node
- func Audi(children ...Node) Node
- func AutoCapitalize(value string) Node
- func AutoComplete(autocomplete string) Node
- func B(children ...Node) Node
- func Base(children ...Node) Node
- func Bdi(children ...Node) Node
- func Bdo(children ...Node) Node
- func Blockquote(children ...Node) Node
- func Body(children ...Node) Node
- func Br(children ...Node) Node
- func Button(children ...Node) Node
- func Canvas(children ...Node) Node
- func Caption(children ...Node) Node
- func Capture(value string) Node
- func Charset(charset string) Node
- func Checked(checked ...bool) Node
- func Cite(children ...Node) Node
- func Class(value string) Node
- func Code(children ...Node) Node
- func Col(children ...Node) Node
- func Colgroup(children ...Node) Node
- func Cols(cols int) Node
- func Content(value string) Node
- func Data(children ...Node) Node
- func Datalist(children ...Node) Node
- func Dd(children ...Node) Node
- func Defer(d ...bool) Node
- func Del(children ...Node) Node
- func Details(children ...Node) Node
- func Dfn(children ...Node) Node
- func Dialog(children ...Node) Node
- func Disabled(disabled ...bool) Node
- func Div(children ...Node) Node
- func Dl(children ...Node) Node
- func Doctype() Node
- func Draggable(draggable ...bool) Node
- func Dt(children ...Node) Node
- func E(tag string, children ...Node) Node
- func Em(children ...Node) Node
- func Embed(children ...Node) Node
- func Fencedframe(children ...Node) Node
- func Fieldset(children ...Node) Node
- func Figcaption(children ...Node) Node
- func Figure(children ...Node) Node
- func Footer(children ...Node) Node
- func For(id string) Node
- func Form(children ...Node) Node
- func FormAttr(form string) Node
- func Formaction(action string) Node
- func Formenctype(enctype string) Node
- func Formmethod(method string) Node
- func Formnovalidate(novalidate ...bool) Node
- func Formtarget(target string) Node
- func Group(children ...Node) Node
- func H1(children ...Node) Node
- func H2(children ...Node) Node
- func H3(children ...Node) Node
- func H4(children ...Node) Node
- func H5(children ...Node) Node
- func H6(children ...Node) Node
- func HX(message string) Node
- func HXBoost(boost ...bool) Node
- func HXDelete(url string) Node
- func HXDisable() Node
- func HXDisabledElt(target string) Node
- func HXDisinherit(target string) Node
- func HXEncoding(encoding string) Node
- func HXExt(ext string) Node
- func HXGet(url string) Node
- func HXHeaders(headers string) Node
- func HXHistory(enable bool) Node
- func HXHistoryElt() Node
- func HXInclude(selector string) Node
- func HXIndicator(selector string) Node
- func HXInherit(attr string) Node
- func HXOn(event, script string) Node
- func HXParams(params string) Node
- func HXPatch(url string) Node
- func HXPost(url string) Node
- func HXPreserve(preserve bool) Node
- func HXPrompt(prompt string) Node
- func HXPushUrl(push string) Node
- func HXPut(url string) Node
- func HXReplaceUrl(replace string) Node
- func HXRequest(config string) Node
- func HXSelect(target string) Node
- func HXSelectOob(target string) Node
- func HXSwap(target string) Node
- func HXSwapOob(target string) Node
- func HXSync(selector string) Node
- func HXTarget(target string) Node
- func HXTrigger(trigger string) Node
- func HXValidate(validate bool) Node
- func HXVals(vals string) Node
- func Head(children ...Node) Node
- func Header(children ...Node) Node
- func Height(height string) Node
- func Hgroup(children ...Node) Node
- func Hidden(hidden ...bool) Node
- func Hr(children ...Node) Node
- func Href(value string) Node
- func Html(children ...Node) Node
- func I(children ...Node) Node
- func Id(value string) Node
- func If(condition bool, value Node) Node
- func Iff(condition bool, f func() Node) Node
- func Iframe(children ...Node) Node
- func Img(children ...Node) Node
- func Input(children ...Node) Node
- func Ins(children ...Node) Node
- func Integrity(value string) Node
- func Kbd(children ...Node) Node
- func Label(children ...Node) Node
- func Lang(lang string) Node
- func Legend(children ...Node) Node
- func Li(children ...Node) Node
- func Link(children ...Node) Node
- func Main(children ...Node) Node
- func Map(children ...Node) Node
- func Mapf[T any](values []T, f func(t T) Node) Node
- func Mark(children ...Node) Node
- func Math(children ...Node) Node
- func Max(value string) Node
- func MaxLength(value int) Node
- func Menu(children ...Node) Node
- func Meta(children ...Node) Node
- func MetaCharset(value string) Node
- func MetaDescription(value string) Node
- func MetaKeywords(value string) Node
- func MetaViewport(value string) Node
- func Meter(children ...Node) Node
- func Method(method string) Node
- func Min(value string) Node
- func MinLength(value int) Node
- func Name(value string) Node
- func Nav(children ...Node) Node
- func NoValidate(novalidate ...bool) Node
- func Noscript(children ...Node) Node
- func OGAudio(value string) Node
- func OGAudioSecureUrl(url string) Node
- func OGAudioType(value string) Node
- func OGDescription(description string) Node
- func OGDeterminer(value string) Node
- func OGImage(value string) Node
- func OGImageAlt(alt string) Node
- func OGImageHeight(height string) Node
- func OGImageSecureUrl(url string) Node
- func OGImageType(value string) Node
- func OGImageUrl(url string) Node
- func OGImageWidth(width string) Node
- func OGLocale(locale string) Node
- func OGLocaleAlternate(value string) Node
- func OGSiteName(name string) Node
- func OGTitle(title string) Node
- func OGType(value string) Node
- func OGUrl(url string) Node
- func OGVideo(value string) Node
- func OGVideoAlt(alt string) Node
- func OGVideoHeight(height string) Node
- func OGVideoSecureUrl(url string) Node
- func OGVideoType(value string) Node
- func OGVideoUrl(vurllue string) Node
- func OGVideoWidth(width string) Node
- func Object(children ...Node) Node
- func Ol(children ...Node) Node
- func Optgroup(children ...Node) Node
- func Option(children ...Node) Node
- func Output(children ...Node) Node
- func P(children ...Node) Node
- func Pattern(pattern string) Node
- func Picture(children ...Node) Node
- func Placeholder(placeholder string) Node
- func Portal(children ...Node) Node
- func Pre(children ...Node) Node
- func Progress(children ...Node) Node
- func Property(value string) Node
- func Q(children ...Node) Node
- func Raw(text string) Node
- func Readonly(readonly ...bool) Node
- func Rel(value string) Node
- func RelStylesheet() Node
- func Required(required ...bool) Node
- func Role(role string) Node
- func Rows(rows int) Node
- func Rp(children ...Node) Node
- func Rt(children ...Node) Node
- func Ruby(children ...Node) Node
- func S(children ...Node) Node
- func Samp(children ...Node) Node
- func Script(children ...Node) Node
- func Search(children ...Node) Node
- func Section(children ...Node) Node
- func Select(children ...Node) Node
- func Slot(children ...Node) Node
- func Small(children ...Node) Node
- func Source(children ...Node) Node
- func Span(children ...Node) Node
- func Src(value string) Node
- func Strong(children ...Node) Node
- func Style(children ...Node) Node
- func StyleAttr(style string) Node
- func Sub(children ...Node) Node
- func Summary(children ...Node) Node
- func Sup(children ...Node) Node
- func Svg(children ...Node) Node
- func TabIndex(tabindex int) Node
- func Table(children ...Node) Node
- func Target(target string) Node
- func TargetBlank() Node
- func Tbody(children ...Node) Node
- func Td(children ...Node) Node
- func Template(children ...Node) Node
- func TestId(value string) Node
- func Text(value string) Node
- func Textarea(children ...Node) Node
- func Tfoot(children ...Node) Node
- func Th(children ...Node) Node
- func Thead(children ...Node) Node
- func Time(children ...Node) Node
- func Title(children ...Node) Node
- func Tr(children ...Node) Node
- func Track(children ...Node) Node
- func TwitterCard(value string) Node
- func TwitterCreator(value string) Node
- func TwitterCreatorId(value string) Node
- func TwitterDescription(value string) Node
- func TwitterImage(value string) Node
- func TwitterImageAlt(value string) Node
- func TwitterSite(value string) Node
- func TwitterSiteId(value string) Node
- func TwitterTitle(value string) Node
- func Type(value string) Node
- func U(children ...Node) Node
- func Ul(children ...Node) Node
- func Value(value string) Node
- func Var(children ...Node) Node
- func Video(children ...Node) Node
- func Wbr(children ...Node) Node
- func Width(width string) Node
- type RawNode
- type TextNode
Constants ¶
const ( Stylesheet = "stylesheet" AttrAccept = "accept" AttrAcceptCharset = "accept-charset" AttrAccesskey = "accesskey" AttrAction = "action" AttrAlign = "align" AttrAllow = "allow" AttrAlt = "alt" AttrAs = "as" AttrAsync = "async" AttrAutocapitalize = "autocapitalize" AttrAutocomplete = "autocomplete" AttrAutoplay = "autoplay" AttrCapture = "capture" AttrCharset = "charset" AttrChecked = "checked" AttrCite = "cite" AttrClass = "class" AttrCols = "cols" AttrColspan = "colspan" AttrContent = "content" AttrContenteditable = "contenteditable" AttrControls = "controls" AttrCoords = "coords" AttrCrossorigin = "crossorigin" AttrData = "data" AttrDatatestid = "data-testid" AttrDatetime = "datetime" AttrDecoding = "decoding" AttrDefault = "default" AttrDefer = "defer" AttrDir = "dir" AttrDirname = "dirname" AttrDisabled = "disabled" AttrDownload = "download" AttrDraggable = "draggable" AttrEnctype = "enctype" AttrEnterkeyhint = "enterkeyhint" AttrFor = "for" AttrForm = "form" AttrFormaction = "formaction" AttrFormenctype = "formenctype" AttrFormmethod = "formmethod" AttrFormnovalidate = "formnovalidate" AttrFormtarget = "formtarget" AttrHeaders = "headers" AttrHeight = "height" AttrHidden = "hidden" AttrHigh = "high" AttrHref = "href" AttrHreflang = "hreflang" AttrHttpEquiv = "http-equiv" AttrId = "id" AttrIntegrity = "integrity" AttrIntrinsicsize = "intrinsicsize" AttrInputmode = "inputmode" AttrIsmap = "ismap" AttrItemprop = "itemprop" AttrKind = "kind" AttrLabel = "label" AttrLang = "lang" AttrLanguage = "language" AttrLoading = "loading" AttrList = "list" AttrLoop = "loop" AttrLow = "low" AttrMax = "max" AttrMaxlength = "maxlength" AttrMinlength = "minlength" AttrMedia = "media" AttrMethod = "method" AttrMin = "min" AttrMultiple = "multiple" AttrMuted = "muted" AttrName = "name" AttrNovalidate = "novalidate" AttrOpen = "open" AttrOptimum = "optimum" AttrPattern = "pattern" AttrPing = "ping" AttrPlaceholder = "placeholder" AttrPlaysinline = "playsinline" AttrPoster = "poster" AttrPreload = "preload" AttrReadonly = "readonly" AttrReferrerpolicy = "referrerpolicy" AttrRel = "rel" AttrRequired = "required" AttrReversed = "reversed" AttrRole = "role" AttrRows = "rows" AttrRowspan = "rowspan" AttrSandbox = "sandbox" AttrScrope = "scope" AttrScoped = "scoped" AttrSelected = "selected" AttrShape = "shape" AttrSize = "size" AttrSizes = "sizes" AttrSlot = "slot" AttrSpan = "span" AttrSpellcheck = "spellcheck" AttrSrc = "src" AttrSrcdoc = "srcdoc" AttrSrclang = "srclang" Attrsrcset = "srcset" Attrstart = "start" AttrStep = "step" AttrStyle = "style" AttrSummary = "sumary" AttrTabIndex = "tabindex" AttrTarget = "target" AttrTitle = "title" AttrTranslate = "translate" AttrType = "type" AttrUsemap = "usemap" AttrValue = "value" AttrWidth = "width" AttrWrap = "wrap" AttrProperty = "property" AttrVersion = "version" AttrXmlns = "xmlns" AsScript = "script" AsStyle = "style" AutoCapitalizeCharacters = "characters" AutoCapitalizeNone = "none" AutoCapitalizeOff = "off" AutoCapitalizeOn = "on" AutoCapitalizeSentences = "sentences" AutoCapitalizeWords = "words" AutoCompleteName = "name" AutoCompleteNewPassword = "new-password" AutoCompleteOff = "off" AutoCompleteOn = "on" AutoCompleteUsername = "username" CaptureUser = "user" CaptureEnvironment = "environment" MethodPost = "post" MethodGet = "get" MethodDialog = "dialog" // Main root TagHtml = "html" // Document metadata TagBase = "base" TagHead = "head" TagLink = "link" TagMeta = "meta" TagStyle = "style" TagTitle = "title" // Sectioning root TagBody = "body" // Content sectioning TagAddress = "address" TagArticle = "article" TagAside = "aside" TagHeader = "header" TagH1 = "h1" TagH2 = "h2" TagH3 = "h3" TagH4 = "h4" TagH5 = "h5" TagH6 = "h6" TagHgroup = "hgroup" TagMain = "main" TagSection = "section" TagSearch = "search" // Text content TagBlockquote = "blockquote" TagDd = "dd" TagDiv = "div" TagDl = "dl" TagDt = "dt" TagFigcaption = "figcaption" TagFigure = "figure" TagHr = "hr" TagLi = "li" TagMenu = "menu" TagOl = "ol" TagP = "p" TagPre = "pre" TagUl = "ul" // Inline text semantics TagA = "a" TagAbbr = "abbr" TagB = "b" TagBdi = "bdi" TagBdo = "bdo" TagBr = "br" TagCite = "cite" TagCode = "code" TagData = "data" TagDfn = "dfn" TagEm = "em" TagI = "i" TagKbd = "kbd" TagMark = "mark" TagQ = "q" TagRb = "rb" TagRp = "rp" TagRt = "rt" TagRuby = "ruby" TagS = "s" TagSamp = "samp" TagSmall = "small" TagSpan = "span" TagStrong = "strong" TagSub = "sub" TagSup = "sup" TagTime = "time" TagU = "u" TagVar = "var" TagWbr = "wbr" // Image and multimedia TagArea = "area" TagAudio = "audio" TagImg = "img" TagMap = "map" TagTrack = "track" TagVideo = "video" // Embedded content TagEmbed = "embed" TagFencedFrame = "fencedframe" TagIframe = "iframe" TagObject = "object" TagPicture = "picture" TagPortal = "portal" TagSource = "source" // SVG and MathML TagSvg = "svg" TagMath = "math" // Scripting TagCanvas = "canvas" TagNoscript = "noscript" TagScript = "script" // Demarcating edits TagDel = "del" TagIns = "ins" // Table content TagCaption = "caption" TagCol = "col" TagColgroup = "colgroup" TagTable = "table" TagTbody = "tbody" TagTd = "td" TagTfoot = "tfoot" TagTh = "th" TagThead = "thead" TagTr = "tr" // Forms TagButton = "button" TagDatalist = "datalist" TagFieldset = "fieldset" TagForm = "form" TagInput = "input" TagLabel = "label" TagLegend = "legend" TagMeter = "meter" TagOptgroup = "optgroup" TagOption = "option" TagOutput = "output" TagProgress = "progress" TagSelect = "select" TagTextarea = "textarea" // Interactive elements TagDetails = "details" TagDialog = "dialog" TagSummary = "summary" // Web components TagSlot = "slot" TagTemplate = "template" )
const ( AttrHXGet = "hx-get" AttrHXPost = "hx-post" AttrHXPushUrl = "hx-push-url" AttrHXSelect = "hx-select" AttrHXSelectOob = "hx-select-oob" AttrHXSwap = "hx-swap" AttrHXSwapOob = "hx-swap-oob" AttrHXTarget = "hx-target" AttrHXTrigger = "hx-trigger" AttrHXVals = "hx-vals" AttrHXBoost = "hx-boost" AttrHXConfirm = "hx-confirm" AttrHXDelete = "hx-delete" AttrHXDisable = "hx-disable" AttrHXDisabledElt = "hx-disabled-elt" AttrHXDisinherit = "hx-disinherit" AttrHXEncoding = "hx-encoding" AttrHXExt = "hx-ext" AttrHXHeaders = "hx-headers" AttrHXHistory = "hx-history" AttrHXHistoryElt = "hx-history-elt" AttrHXInclude = "hx-include" AttrHXIndicator = "hx-indicator" AttrHXInherit = "hx-inherit" AttrHXParams = "hx-params" AttrHXPatch = "hx-patch" AttrHXPreserve = "hx-preserve" AttrHXPrompt = "hx-prompt" AttrHXPut = "hx-put" AttrHXReplaceUrl = "hx-replace-url" AttrHXRequest = "hx-request" AttrHXSync = "hx-sync" AttrHXValidate = "hx-validate" HXEvtAbort = "htmx:abort" HXEvtAfterOnLoad = "htmx:afterOnLoad" HXEvtAfterProcessNode = "htmx:afterProcessNode" HXEvtAfterRequest = "htmx:afterRequest" HXEvtAfterSettle = "htmx:afterSettle" HXEvtAfterSwap = "htmx:afterSwap" HXEvtBeforeCleanupElement = "htmx:beforeCleanupElement" HXEvtBeforeOnLoad = "htmx:beforeOnLoad" HXEvtBeforeProcessNode = "htmx:beforeProcessNode" HXEvtBeforeRequest = "htmx:beforeRequest" HXEvtBeforeSwap = "htmx:beforeSwap" HXEvtBeforeSend = "htmx:beforeSend" HXEvtBeforeTransition = "htmx:beforeTransition" HXEvtConfigRequest = "htmx:configRequest" HXEvtConfirm = "htmx:confirm" HXEvtHistoryCacheError = "htmx:historyCacheError" HXEvtHistoryCacheMiss = "htmx:historyCacheMiss" HXEvtHistoryCacheMissError = "htmx:historyCacheMissError" HXEvtHistoryCacheMissLoad = "htmx:historyCacheMissLoad" HXEvtHistoryRestore = "htmx:historyRestore" HXEvtBeforeHistorySave = "htmx:beforeHistorySave" HXEvtLoad = "htmx:load" HXEvtNoSSESourceError = "htmx:noSSESourceError" HXEvtOnLoadError = "htmx:onLoadError" HXEvtOobAfterSwap = "htmx:oobAfterSwap" HXEvtOobBeforeSwap = "htmx:oobBeforeSwap" HXEvtOobErrorNotarget = "htmx:oobErrorNoTarget" HXEvtPrompt = "htmx:prompt" HXEvtPushedIntoHistory = "htmx:pushedIntoHistory" HXEvtResponseError = "htmx:responseError" HXEvtSendAbort = "htmx:sendAbort" HXEvtSendError = "htmx:sendError" HXEvtSseError = "htmx:sseError" HXEvtSseOpen = "htmx:sseOpen" HXEvtSwapError = "htmx:swapError" HXEvtTargetError = "htmx:targetError" HXEvtTimeout = "htmx:timeout" HXEvtValidationValidate = "htmx:validation:validate" HXEvtValidationFailed = "htmx:validation:failed" HXEvtValidationHalted = "htmx:validation:halted" HXEvtXhrAbort = "htmx:xhr:abort" HXEvtXhrLoadend = "htmx:xhr:loadend" HXEvtXhrLoadstart = "htmx:xhr:loadstart" HXEvtXhrProgress = "htmx:xhr:progress" HXSwapInnerHTML = "innerHTML" HXSwapOuterHTML = "outerHTML" HXSwapAfterbegin = "afterbegin" HXSwapBeforebegin = "beforebegin" HXSwapBeforeend = "beforeend" HXSwapAfterend = "afterend" HXSwapDelete = "delete" HXSwapNone = "none" )
const ( ValFalse = "false" ValTrue = "true" )
const ( PropOGTitle = "og:title" PropOGType = "og:type" PropOGUrl = "og:url" PropOGImage = "og:image" PropOGAudio = "og:audio" PropOGDescription = "og:description" PropOGDeterminer = "og:determiner" PropOGLocale = "og:locale" PropOGLocaleAlternate = "og:locale:alternate" PropOGSiteName = "og:site_name" PropOGVideo = "og:video" PropOGImageUrl = "og:image:url" PropOGImageSecureUrl = "og:image:secure_url" PropOGImageType = "og:image:type" PropOGImageWidth = "og:image:width" PropOGImageHeight = "og:image:height" PropOGImageAlt = "og:image:alt" PropOGVideoUrl = "og:video:url" PropOGVideoSecureUrl = "og:video:secure_url" PropOGVideoType = "og:video:type" PropOGVideoWidth = "og:video:width" PropOGVideoHeight = "og:video:height" PropOGVideoAlt = "og:video:alt" PropOGAudioSecureUrl = "og:audio:secure_url" PropOGAudioType = "og:audio:type" )
const ( PropTwitterCard = "twitter:card" PropTwitterSite = "twitter:site" PropTwitterSiteId = "twitter:site:id" PropTwitterCreator = "twitter:creator" PropTwitterCreatorId = "twitter:creator:id" PropTwitterDescription = "twitter:description" PropTwitterTitle = "twitter:title" PropTwitterImage = "twitter:image" PropTwitterImageAlt = "twitter:image:alt" )
const (
AttrAriaHidden = "aria-hidden"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AttributeNode ¶
type ElementNode ¶
type Node ¶
func AcceptCharset ¶ added in v0.2.0
func AcceptCharset() Node
AcceptCharset creates an "accept-charset" attribute
func AutoCapitalize ¶ added in v0.2.0
AutoCapitalize creates an "autocapitalize" attribute
func AutoComplete ¶
AutoComplete creates an "autocomplete" attribute
func Formaction ¶ added in v0.3.0
Formaction creates a "formaction" attribute
func Formenctype ¶ added in v0.3.0
Formenctype creates a "formenctype" attribute
func Formmethod ¶ added in v0.3.0
Formmethod creates a "formmethod" attribute
func Formnovalidate ¶ added in v0.3.0
Formnovalidate creates a "formnovalidate" attribute
func Formtarget ¶ added in v0.3.0
Formtarget creates a "formtarget" attribute
func HXDisabledElt ¶
HXDisabledElt creates an hx-disabled-elt attribute
func HXDisinherit ¶
HXDisinherit creates an hx-disinherit attribute
func HXIndicator ¶
HXIndicator creates an hx-indicator attribute
func HXReplaceUrl ¶
HXReplaceUrl creates an hx-replace-url attribute
func HXSelectOob ¶
HXSelectOob creates an hx-select-oob attribute
func MetaCharset ¶
MetaCharset creates a <meta charset="value"> node
func MetaDescription ¶
MetaDescription creates a <meta name="description" content="value"> node
func MetaKeywords ¶
MetaKeywords creates a <meta name="keywords" content="value"> node
func MetaViewport ¶
MetaViewport creates a <meta name="viewport" content="value" > node
func NoValidate ¶ added in v0.2.0
NoValidate creates a "novalidate" attribute
func OGAudioSecureUrl ¶
OGAudioSecureUrl creates an og:audio:secure_url meta tag
func OGAudioType ¶
OGAudioType creates an og:audio:type meta tag
func OGDescription ¶
OGDescription creates an og:description meta tag
func OGDeterminer ¶
OGDeterminer creates an og:determiner meta tag
func OGImageHeight ¶
OGImageHeight creates an og:image:height meta tag
func OGImageSecureUrl ¶
OGImageSecureUrl creates an og:image:secure_url meta tag
func OGImageType ¶
OGImageType creates an og:image:type meta tag
func OGImageWidth ¶
OGImageWidth creates an og:image:width meta tag
func OGLocaleAlternate ¶
OGLocaleAlternate creates an og:locale:alternate meta tag
func OGVideoHeight ¶
OGVideoHeight creates an og:video:height meta tag
func OGVideoSecureUrl ¶
OGVideoSecureUrl creates an og:video:secure_url meta tag
func OGVideoType ¶
OGVideoType creates an og:video:type meta tag
func OGVideoWidth ¶
OGVideoWidth creates an og:video:width meta tag
func Placeholder ¶
Placeholder creates a "placeholder" attribute
func TwitterCreator ¶
TwitterCreator creates a twitter:creator meta tag
func TwitterCreatorId ¶
TwitterCreatorId creates a twitter:creator:id meta tag
func TwitterDescription ¶
TwitterDescription creates a twitter:description meta tag
func TwitterImage ¶
TwitterImage creates a twitter:image meta tag
func TwitterImageAlt ¶
TwitterImageAlt creates a twitter:image:alt meta tag
func TwitterSiteId ¶
TwitterSiteId creates a twitter:site:id meta tag
func TwitterTitle ¶
TwitterTitle creates a twitter:title meta tag