Skip to content

Commit 70ba024

Browse files
authored
Updtae to 2025-2-4 release and refactor newsletter related content. (#84)
1 parent f6ef43d commit 70ba024

File tree

2 files changed

+15
-1032
lines changed

2 files changed

+15
-1032
lines changed

index.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
gtag('js', new Date());
3434
gtag('config', 'G-LKETQQ110J');
3535
</script>
36-
<link rel="stylesheet" href="https://pyscript.net/releases/2025.2.3/core.css" />
37-
<script type="module" src="https://pyscript.net/releases/2025.2.3/core.js"></script>
36+
<link rel="stylesheet" href="https://pyscript.net/releases/2025.2.4/core.css" />
37+
<script type="module" src="https://pyscript.net/releases/2025.2.4/core.js"></script>
3838
</head>
3939

4040
<body>
@@ -45,8 +45,8 @@
4545
<div class="logo">
4646
<img src="/assets/images/pyscript-sticker-black.svg">
4747
<strong class="subhead">PyScript is an <u>open source</u>
48-
platform for <em>Python in the browser</em>.</strong>
49-
</div>
48+
platform for <em>Python in the browser</em>.</strong><br/>
49+
<span class="subhead">The latest version is <a href="https://pyscript.net/releases/2025.2.4/" target="_blank">2025.2.4</a>.</span>
5050
</header>
5151
<!-- end header -->
5252

@@ -88,6 +88,7 @@
8888
</div>
8989
<!-- end terminal window -->
9090

91+
9192
<div class="dialogs">
9293
<!-- begin pyscript.com badge -->
9394
<a href="https://pyscript.com/" target="_blank" rel="noreferrer noopener" class="examples-block">
@@ -206,6 +207,9 @@ <h4>PyScript Newsletter</h4>
206207
<div class="loading-indicator" style="display: none;"></div>
207208
</button>
208209
</div>
210+
<div>
211+
<br/><p><a href="/news">Read previous editions</a>.</p>
212+
</div>
209213
</form>
210214
</div>
211215

0 commit comments

Comments
 (0)