diff --git a/.github/templates/readme_template.md b/.github/templates/readme_template.md index 3cb54c7..dffe510 100644 --- a/.github/templates/readme_template.md +++ b/.github/templates/readme_template.md @@ -9,10 +9,8 @@ Welcome to the **Prompt Library**. This repository contains a collection of AI p ### {{ format_category(category) }} {% for prompt in prompts %} - - [{{ prompt.title }}]({{ prompt.path }}) - {{ prompt.description }} {% endfor %} - {% endfor %} ## 🚀 Getting Started diff --git a/.github/templates/view_template.md b/.github/templates/view_template.md index d0addb3..371e533 100644 --- a/.github/templates/view_template.md +++ b/.github/templates/view_template.md @@ -11,7 +11,6 @@ ### 🔧 Variables {% for variable in metadata.variables %} - - `{{ variable }}` {% endfor %} @@ -24,7 +23,6 @@ ### 🔖 Tags {% for tag in metadata.tags %} - - {{ tag }} {% endfor %} @@ -35,7 +33,6 @@ Primary Category: {{ metadata.primary_category }} {% if metadata.subcategories %} Subcategories: {% for subcategory in metadata.subcategories %} - - {{ subcategory }} {% endfor %} {% endif %}