Skip to content

Commit 5ffb3bb

Browse files
committed
journeys index: link 'Apprenticeship Patterns' to the O'Reilly book
The /journeys hero copy attributes inspiration to Apprenticeship Patterns; wraps the phrase in an outbound link so readers can find the book. https://www.oreilly.com/library/view/apprenticeship-patterns/9780596806842/ Uses .text-link styling (the same accent-underline pattern that the rest of the site uses for outbound text links). No new chrome, no new CSS.
1 parent 8508fe7 commit 5ffb3bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ def render_journeys_index():
542542
<section class="hero">
543543
<p class="eyebrow">Journeys</p>
544544
<h1>Python learning journeys</h1>
545-
<p>These paths compose individual examples into larger mental maps. They are inspired by the way Apprenticeship Patterns treats small patterns as material for longer learning journeys.</p>
545+
<p>These paths compose individual examples into larger mental maps. They are inspired by the way <a class="text-link" href="https://www.oreilly.com/library/view/apprenticeship-patterns/9780596806842/">Apprenticeship Patterns</a> treats small patterns as material for longer learning journeys.</p>
546546
</section>
547547
<section class="grid journey-grid">{"".join(cards)}</section>
548548
'''

src/asset_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by scripts/fingerprint_assets.py. Do not edit by hand.
22
ASSET_PATHS = {'SITE_CSS': '/site.b5d5cf89f344.css', 'SYNTAX_JS': '/syntax-highlight.3b6c7f730d46.js', 'EDITOR_JS': '/editor.dd81f5171b14.js'}
3-
HTML_CACHE_VERSION = '1718c453ecb2'
3+
HTML_CACHE_VERSION = 'a7b91f426795'

0 commit comments

Comments
 (0)