Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
.example-top, .example-nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.example-nav { margin-top: var(--space-5); padding-top: var(--space-3); border-top: 1px solid var(--hairline); }
footer { margin-block: 2rem; color: var(--muted); }
.site-footer-note { font-size: .82rem; }
.site-footer-note { font-size: .82rem; text-align: center; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: 1ms !important; } }
/* Cell banner: a figure attached to a cell renders in a banner row
AFTER that cell, spanning the full content width. Cells always
Expand Down
2 changes: 1 addition & 1 deletion src/asset_manifest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Generated by scripts/fingerprint_assets.py. Do not edit by hand.
ASSET_PATHS = {'SITE_CSS': '/site.57a55415849b.css', 'SYNTAX_JS': '/syntax-highlight.3b6c7f730d46.js', 'EDITOR_JS': '/editor.a4a7766e1b9b.js'}
HTML_CACHE_VERSION = '3c5fd97f5b78'
HTML_CACHE_VERSION = '10cc24cb9cd8'
2 changes: 1 addition & 1 deletion src/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
<nav><a class="brand" href="/">Python By Example</a><span class="nav-links"><a href="/journeys">Journeys</a></span></nav>
</header>
<main>__CONTENT__</main>
<footer class="meta site-footer-note"><a class="text-link" href="__REFERENCE_URL__">Python __PYTHON_VERSION__ docs</a></footer>
<footer class="meta site-footer-note"><a class="text-link" href="https://github.com/adewale/pythonbyexample">adewale/pythonbyexample</a> · <a class="text-link" href="__REFERENCE_URL__">Python __PYTHON_VERSION__ docs</a></footer>
</body>
</html>
Loading