diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 13:49:46 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-06-26 13:49:46 -0230 |
| commit | be60a99b427940d69da9613a63aa9f9e6367b658 (patch) | |
| tree | cbb0bd518c4334bf44408639fcb009b9dae97b40 /layouts | |
| parent | 3134dbbadd01cfd3dfc201fcbc4fc8878fecbd95 (diff) | |
| download | samanthony.xyz-be60a99b427940d69da9613a63aa9f9e6367b658.zip | |
home page: rewrite in md
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/home.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html index 9983b08..d89db84 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -1,3 +1,13 @@ {{ define "main" }} + +<blockquote> + <code> + /* _nop() has been deprecated; use __nop() */<br> + #define _nop() __nop() + </code> + <cite>—<a href="https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8"><span class="mono">pic.h</span></a></cite> +</blockquote> + {{ .Content }} + {{ end }} |