mirror of
https://github.com/svemagie/indiekit-endpoint-youtube.git
synced 2026-04-02 15:54:59 +02:00
- Extract 177 lines inline CSS to assets/styles.css - Create intermediate layout (views/layouts/youtube.njk) - Use section() macro for dashboard sections - Rename CSS prefix from yt-* to youtube-* - Replace inline style for LIVE duration badge with CSS class - Use upstream CSS custom properties without fallbacks - Keep animation CSS (@keyframes youtube-pulse) - Add assets to package.json files array - Bump version to 1.2.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
{% extends "document.njk" %}
|
|
|
|
{% block content %}
|
|
<link rel="stylesheet" href="/assets/@rmdes-indiekit-endpoint-youtube/styles.css">
|
|
{% block youtube %}{% endblock %}
|
|
{% endblock %}
|