* Add titlepage template for inline plugin.
parent
0bb58852f0
commit
b9f7a57f94
|
@ -5,8 +5,9 @@ ikiwiki (1.45) UNRELEASED; urgency=low
|
|||
spaces. Thanks, Enrico Zini for noticing that bug.
|
||||
* Add "template" option to inline plugin to allow for use of customised
|
||||
templates.
|
||||
* Add titlepage template for inline plugin.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 1 Mar 2007 22:55:35 -0500
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 6 Mar 2007 14:16:21 -0500
|
||||
|
||||
ikiwiki (1.44) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -37,8 +37,9 @@ directive:
|
|||
* `template` - Specifies the template to fill out to display each inlined
|
||||
page. By default the `inlinepage` [[template|templates]] is used, while
|
||||
the `archivepage` template is used for archives. Set this parameter to
|
||||
use some other, custom template. Note that you should still set
|
||||
`archive=yes` if your custom template does not include the page content.
|
||||
use some other, custom template, such as the `titlepage` template that
|
||||
only shows post titles. Note that you should still set `archive=yes` if
|
||||
your custom template does not include the page content.
|
||||
* `raw` - Rather than the default behavior of creating a [[blog]],
|
||||
if raw is set to "yes", the page will be included raw, without additional
|
||||
markup around it, as if it were a literal part of the source of the
|
||||
|
|
|
@ -27,3 +27,5 @@ so done --[[Joey]]
|
|||
> <p><a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a></p>
|
||||
>
|
||||
> --[[JoshTriplett]]
|
||||
|
||||
[[todo/done]]
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-03-01 22:55-0500\n"
|
||||
"POT-Creation-Date: 2007-03-02 21:27-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -454,7 +454,7 @@ msgstr ""
|
|||
#. translators: preprocessor directive name,
|
||||
#. translators: the second a page name, the
|
||||
#. translators: third a number.
|
||||
#: ../IkiWiki.pm:559
|
||||
#: ../IkiWiki.pm:557
|
||||
#, perl-format
|
||||
msgid "%s preprocessing loop detected on %s at depth %i"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue