["/**\n * @author {PI:FN:benyuwan@gmail.comEND_PI}\n * @file tags\u7684model\n */\n\nimport query from '../utils/query'\nimport escape from '../utils/escape'\n\nclass Tags {\n async updateTag(id, tags) {\n return await query(escape`UPDATE ARTICLE SET tags=${tags} WHERE id=${id}`)\n }\n}\n\nexport default new Tags()\n", "\n\n\n\n\n\n\n\n\n\n\n\n
\n
\n
\n
\n

Contact Us

\n
\n
\n
\n
\n

Thank You!\n \n Your message has been sent, we'll be in touch shortly.

\n
\n
\n

Leader/Conductor/Pianist

\n

Roy Geesa

\n

317-529-3640 (text/voice)

\n

PI:FN:roygeesa@gmail.comEND_PI

\n
    \n
  • \n
\n
\n
\n \n \n
\n
\n\n\n\n\n\n\n", "---\ntitle: Alter the Appearance\nseo-title: Alter the Appearance\ndescription: Modify the script\nseo-description: Modify the script\nuuid: 6930381b-74c1-4e63-9621-621dbedbc25e\ncontentOwner: User\nproducts: SG_EXPERIENCEMANAGER/6.4/COMMUNITIES\ntopic-tags: developing\ncontent-type: reference\ndiscoiquuid: da3891d3-fa07-4c88-b4ac-077926b3a674\nexl-id: 01a20578-56c3-41b3-8a0e-281104af2481\n---\n# Alter the Appearance {#alter-the-appearance}\n\n## Modify the Script {#modify-the-script}\n\nThe comment.hbs script is responsible for creating the overall HTML for each comment.\n\nTo not display the avatar next to each posted comment:\n\n1. Copy `comment.hbs`from `libs`to `apps`\n 1. Select `/libs/social/commons/components/hbs/comments/comment/comment.hbs`\n 1. Select **[!UICONTROL Copy]**\n 1. Select `/apps/social/commons/components/hbs/comments/comment`\n 1. Select **[!UICONTROL Paste]**\n1. Open the overlaid `comment.hbs`\n * Double-click on node `comment.hbs`in `/apps/social/commons/components/hbs/comments/comment folder`\n1. Find the following lines and either delete or comment them out:\n\n ```xml\n