Changes for page BlogPostLayoutIDoc

Last modified by Administrator on 03.08.2023 14:17

From version 10.6
edited by Administrator
on 18.09.2017 07:44
Change comment: There is no comment for this version
To version 10.2
edited by Administrator
on 18.09.2017 07:38
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -52,6 +52,8 @@
52 52  #end
53 53  #if ($displayCalendar)(% class="blogDay" %)(((#end
54 54  #if ($displayCalendar && $displayCalendarImage)#displayBlogDate($postDate)#end
55 +
56 +
55 55  ## #displayEntry($postDoc $postObj $useSummary $displayTitle $displayActions)
56 56  ## #macro(displayEntry $entryDoc $entryObj $onlyExtract $shouldDisplayTitle $shouldDisplayActions)
57 57   #isPublished($postObj $isPublished)
... ... @@ -75,22 +75,11 @@
75 75   #end
76 76   #end
77 77   #displayEntryContent($postDoc $postObj $useSummary)
78 -## #displayEntryFooter($postDoc $postObj)
79 -
80 -## #macro(displayEntryFooter $entryDoc $entryObj)
81 - (% class="entry-footer" %)(((
82 - #getEntryDate($postDoc $postObj $entryDate)
83 - #listCategories($postObj) #*
84 - ## Since the publish date and update date are not set at the exact same time, there could be a small difference that
85 - ## we assume cannot be more than 3 seconds.
86 - *#(% class="separator" %)·(%%) [[{{translation key='blog.code.permalink'/}}>>$postDoc||rel="bookmark"]] ##
87 - (% class="separator" %)·(%%) [[{{translation key='blog.code.comments'/}}>>$postDoc||anchor="Comments"]] (% class="itemCount" %)($postDoc.comments.size())(%%) ##
88 - )))## entry-footer
89 -## #end
90 -
91 -
80 + #displayEntryFooter($postDoc $postObj)
92 92   )))## hentry
93 93  ## #end
83 +
84 +
94 94  #if ($displayCalendar))))#end
95 95  #else
96 96  {{error}}$services.localization.render('blog.blogpostlayout.notpost', [$xcontext.macro.params.reference]){{/error}}