[
https://issues.apache.org/jira/browse/MSKINS-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136531#comment-15136531
]
Michael Osipov edited comment on MSKINS-114 at 2/8/16 8:05 PM:
---------------------------------------------------------------
Fixed with [r1729059|http://svn.apache.org/r1729059] and the footer text is
passed to {{#eval}}.
was (Author: michael-o):
Fixed with [r1729059|http://svn.apache.org/r1729059].
> Change site.vm when DOXIASITETOOLS-82 has been published
> --------------------------------------------------------
>
> Key: MSKINS-114
> URL: https://issues.apache.org/jira/browse/MSKINS-114
> Project: Maven Skins
> Issue Type: Sub-task
> Components: Fluido Skin
> Affects Versions: stylus-1.4
> Reporter: Michael Osipov
> Assignee: Michael Osipov
> Fix For: fluido-1.5
>
>
> Documenation for /body/footer says:
> bq. If present, the contained text will be used instead of the generated
> copyright text.
> The [default
> skin|https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm]
> does this correctly with:
> {code}
> <div id="footer">
> <div class="xright">
> #if($decoration.body.footer)
> $decoration.body.footer
> #else
> Copyright ©#copyright()All Rights Reserved.#publishDate(
> "bottom" $decoration.publishDate $decoration.version )
> #end
> </div>
> <div class="clear">
> <hr/>
> </div>
> {code}
> This logic should be applied here as soon as the Decoration Model 1.7 is
> released.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)