diff -r 751216807683 -r 118ab361da29 example/tmpl/atom.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/tmpl/atom.template Tue Jan 16 17:13:40 2018 +0000 @@ -0,0 +1,27 @@ + +<% +require('plugin.inline') +require('time') +%> + + <%= page.meta.title %> + <%= page.meta.description %> + + <%= page.meta.author %> + <%= page.meta.author_url %> + + + <% local feedurl = page.meta.site_url..page.destination %> + + + <%= time.now_iso() %> + <%= page.meta.site_url %> + + <%= plugin.inline.inline(env, { + pattern=page.meta.dependencies, + count=page.meta.count, + template='inline_atom.template', + absolute=page.meta.site_url, + }) + %> +