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

(tick)No macro body
(error)Escaped
(error)Unrendered
(error)Rendered

Macro Code

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