Skip to content

Commit 2d9fe3b

Browse files
committed
Remove footer worker note; drop unused --subtle CSS variable
The footer line "Examples execute in Cloudflare Dynamic Python Workers." is implementation trivia readers do not need on every page. --subtle was declared at :root but never referenced anywhere in the codebase.
1 parent 405358c commit 2d9fe3b

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/site.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/asset_manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by scripts/fingerprint_assets.py. Do not edit by hand.
2-
ASSET_PATHS = {'SITE_CSS': '/site.150df025a28b.css', 'SYNTAX_JS': '/syntax-highlight.3b6c7f730d46.js', 'EDITOR_JS': '/editor.dd81f5171b14.js'}
3-
HTML_CACHE_VERSION = '4ab6c3b5d3eb'
2+
ASSET_PATHS = {'SITE_CSS': '/site.3611579bfe10.css', 'SYNTAX_JS': '/syntax-highlight.3b6c7f730d46.js', 'EDITOR_JS': '/editor.dd81f5171b14.js'}
3+
HTML_CACHE_VERSION = '1b40559f6f00'

src/templates/layout.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@
2323
<nav><a class="brand" href="/">Python By Example</a><span class="nav-links"><a href="__REFERENCE_URL__">Python __PYTHON_VERSION__ docs</a><a href="/examples/hello-world">Start</a></span></nav>
2424
</header>
2525
<main>__CONTENT__</main>
26-
<footer class="meta site-footer-note">Examples execute in Cloudflare Dynamic Python Workers.</footer>
2726
</body>
2827
</html>

0 commit comments

Comments
 (0)