diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-08-05 15:59:29 +0100 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-08-05 15:59:29 +0100 |
| commit | ca922f683f9aebbbea3bfb66a9701792c1e2eb9a (patch) | |
| tree | 020c95a8a951a8a00a8300baaff1fd11c754e833 | |
| parent | 242c2140304a624a307f79c1a435b3e922db9c97 (diff) | |
blog: show URLs in plain-text render so curl readers can find posts
| -rw-r--r-- | blog/how-this-site-works.qmd | 2 | ||||
| -rw-r--r-- | blog/index.qmd | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/blog/how-this-site-works.qmd b/blog/how-this-site-works.qmd index 00b9656..c8d888a 100644 --- a/blog/how-this-site-works.qmd +++ b/blog/how-this-site-works.qmd @@ -66,4 +66,4 @@ at it. -------------------------------------------------- -BACK: [BLOG](https://jayrup.me/blog) | [HOME](https://jayrup.me) +BACK: curl [jayrup.me/blog](https://jayrup.me/blog) | curl [jayrup.me](https://jayrup.me) diff --git a/blog/index.qmd b/blog/index.qmd index 528afba..7bb2dee 100644 --- a/blog/index.qmd +++ b/blog/index.qmd @@ -5,8 +5,8 @@ title: "Jayrup Nakawala | Blog" RANDOM THOUGHTS, EXPERIMENTS, AND SYSTEMS NOTES -------------------------------------------------- -- [How this site works](https://jayrup.me/blog/how-this-site-works) — 2026-07-31 +- How this site works — 2026-07-31 — curl [jayrup.me/blog/how-this-site-works](https://jayrup.me/blog/how-this-site-works) -------------------------------------------------- -BACK: [HOME](https://jayrup.me) | [PROJECTS](https://jayrup.me/projects) +BACK: curl [jayrup.me](https://jayrup.me) | curl [jayrup.me/projects](https://jayrup.me/projects) |
