Změny dokumentu BlogPostLayoutIDoc
Naposledy změněno Administrator 03.08.2023 14:17
Od verze 10.6
změnil(a) Administrator
k 18.09.2017 07:44
k 18.09.2017 07:44
Změnit komentář:
Žádné komentáře k této verzi
Na verzi 10.11
změnil(a) Administrator
k 18.09.2017 07:49
k 18.09.2017 07:49
Změnit komentář:
Žádné komentáře k této verzi
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -79,12 +79,11 @@ 79 79 80 80 ## #macro(displayEntryFooter $entryDoc $entryObj) 81 81 (% class="entry-footer" %)((( 82 - #getEntryDate($postDoc $postObj $entryDate) 83 83 #listCategories($postObj) #* 84 84 ## Since the publish date and update date are not set at the exact same time, there could be a small difference that 85 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())(%%) ##85 + *#[[{{translation key='blog.code.permalink'/}}>>$postDoc||rel="bookmark"]] ## 86 + (% class="separator" %)·(%%) [[{{translation key='blog.code.comments'/}}>>$postDoc||anchor="Comments"]] (% class="itemCount" %)($postDoc.comments.size())(%%) ## 88 88 )))## entry-footer 89 89 ## #end 90 90