Purpose

This hides the Comments section at the Page bottom

Details

Macro Name

hide-comments

Macro-TitleHide Comments
DescriptionThe Macro hides the Comment Section
CategoriesConfluence Content
Documentation URLhttp://www.mos-eisley.dk/x/EIDzAg

Definition of User Macro

(afkryds)No macro body
(fejl)Escaped
(fejl)Unrendered
(fejl)Rendered

Macro Code

## @noparams
<style>
#comments-section { display: none; visibility:hidden; }
</style>