add tags - #29
Conversation
WalkthroughThe changes involve modifications to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Header
participant TagPartial
User->>Header: Access blog page
Header->>Header: Check page type
Header->>TagPartial: Include "header/blog.html" if type is "tags"
TagPartial-->>Header: Render tag-specific content
Header-->>User: Display updated header
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (4)
- hugo.toml (1 hunks)
- themes/beaver/layouts/_default/list.html (1 hunks)
- themes/beaver/layouts/blog/single.html (1 hunks)
- themes/beaver/layouts/partials/page/header.html (1 hunks)
Additional comments not posted (6)
themes/beaver/layouts/blog/single.html (1)
27-27: LGTM!The new HTML element for displaying tags is correctly implemented and enhances the user experience by making tags accessible as clickable links.
The code changes are approved.
themes/beaver/layouts/_default/list.html (1)
50-50: LGTM!The new implementation for rendering tags is correct and simplifies the code by removing the need for an intermediate variable, enhancing readability and efficiency.
The code changes are approved.
hugo.toml (1)
8-8: LGTM!The modification to the
disableKindssetting is correct and allows for the inclusion of taxonomy and term-related content.The code changes are approved.
themes/beaver/layouts/partials/page/header.html (3)
90-90: LGTM!The conditional check for
.Typebeing "tags" is correctly implemented.The code changes are approved.
91-91: LGTM!The partial template "header/blog.html" is correctly included when
.Typeis "tags".The code changes are approved.
92-92: LGTM!The conditional block is correctly ended.
The code changes are approved.
|
@AucT , Сделай пожалуйста еще чтобы эти теги на индексной странице тоже были кликабельные: |
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
content/blog/og-blog.jpgis excluded by!**/*.jpg
Files selected for processing (4)
- content/blog/_index.md (1 hunks)
- hugo.toml (1 hunks)
- themes/beaver/layouts/blog/list.html (1 hunks)
- themes/beaver/layouts/partials/page/header.html (2 hunks)
Files skipped from review due to trivial changes (1)
- content/blog/_index.md
Files skipped from review as they are similar to previous changes (2)
- hugo.toml
- themes/beaver/layouts/partials/page/header.html
Additional comments not posted (1)
themes/beaver/layouts/blog/list.html (1)
50-50: LGTM!The code segment simplifies the way tags are displayed for each blog post and improves readability and maintainability. The tags are now formatted as clickable links that enhance user navigation.
The code changes are approved.
|
LGTM. Checked on my local environment. |
…print 3 Batch-1 Phase-1 pre-research (first live send-run, Claude-in-Chrome) found 3 of 5 curated openers unsendable: a 6-year-old post (Saul_E), a ~1-year-old comment mis-routed as a post (Afrikonnect), and a thread saturated by a competing "free" pitch (SANICE_AI). Root cause: the grooming rubric's "recent, not dead" check was eyeballed from search excerpts — timestamps were never read from the opened threads. - t4-t5-grooming.md: Vote 3 → v2 rubric (5 checks: who / what / when-VERIFIED / where-routing / thread-health); verified-date + thread-health are now P8 admission columns; quality over quota - Paul's policy split codified: LEADS need verified ≤30-day timestamps (all venues, no exceptions); VoC quotes have NO age limit — stale-dropped threads still feed voice-of-customer.md in the same visit - SEND-SHEET.md: per-message GO/HOLD banners — batch-1 now 0-for-5 under the flat rule (Joy Adamson flagged as Paul's one override candidate) - send-runner-prompt.md: Phase 0 login check + Phase 1 timestamp read - backlog.md + operation-runbook.md: retro recorded, Sprint 3 (Fresh-Leads) planned — #29 re-source v2 is the critical path; F5Bot v2 keyword swap (Paul, ~2 min) is load-bearing - .okf: outbound-sprint concept + log entry (validated --strict, conformant) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

tags will be with short link
/tags/:tag
Summary by CodeRabbit
New Features
Bug Fixes