Sha256: dc64059dc26afcde92844040e9522f07dafb7e8b3aadea267bd8b1223b03572a

Contents?: true

Size: 673 Bytes

Versions: 5

Compression:

Stored size: 673 Bytes

Contents

---
title: HtmlMetaInfo
inMenu: true
template: /plugin.template
plugin: Tag/HtmlMetaInfo
---
h2(#description). Description


This tag should only be used in the HTML @<head>@ section of your @default.template@. It inserts the
@description@, @author@ and @keywords@ meta tags, filled with the information from the node's
metainfo.

h2(#examples). Examples

For the following page file:

<pre>
\---
title: Title for the page
description: Description for this page.
keywords: example, plugin, input
\---
Content
</pre>

the tag will output:

<pre>
<meta name='description' content='Description for this page.'/>
<meta name='keywords' content='example, plugin, input'/>
</pre>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webgen-0.4.3 doc/src/documentation/plugins/tag/htmlmetainfo.page
webgen-0.4.4 doc/src/documentation/plugins/tag/htmlmetainfo.page
webgen-0.4.5 doc/src/documentation/plugins/tag/htmlmetainfo.page
webgen-0.4.7 doc/src/documentation/plugins/tag/htmlmetainfo.page
webgen-0.4.6 doc/src/documentation/plugins/tag/htmlmetainfo.page