# @quartz-community/tag-list Displays the list of tags associated with the current page as clickable links. ## Installation ```bash npx quartz plugin add github:quartz-community/tag-list ``` ## Usage ```yaml title="quartz.config.yaml" plugins: - source: github:quartz-community/tag-list enabled: true layout: position: beforeBody priority: 30 ``` ## Configuration This plugin has no configuration options. ## Documentation See the [Quartz documentation](https://quartz.jzhao.xyz/plugins/TagList) for more information. ## License MIT