11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
|
---
|
||
|
layout: ../layouts/PageLayout.astro
|
||
|
title: Oliver's Daily List
|
||
|
---
|
||
|
|
||
|
import DailyEmailForm from '../components/DailyEmailForm.astro';
|
||
|
|
||
|
A daily newsletter on software development, DevOps, community, and open-source.
|
||
|
|
||
|
<DailyEmailForm />
|