diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 16:03:14 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-16 16:03:14 +0700 |
commit | ceaf24acd391d392e43177cfac1c10f8992ec699 (patch) | |
tree | 15fbba1c6f1a0ed88a80fa277b254dcfb5e828b8 /content/posts/2021-07-03-decentral-contribution.md | |
parent | 75d5209e5c9dc8c9c22a5a865f7c7f8166b282e6 (diff) | |
download | blog-ceaf24acd391d392e43177cfac1c10f8992ec699.tar.gz |
Add webp alternative to reduce loading time
Also, edit CSS version to clear cache
Diffstat (limited to 'content/posts/2021-07-03-decentral-contribution.md')
-rw-r--r-- | content/posts/2021-07-03-decentral-contribution.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/posts/2021-07-03-decentral-contribution.md b/content/posts/2021-07-03-decentral-contribution.md index 854a320..b3cade5 100644 --- a/content/posts/2021-07-03-decentral-contribution.md +++ b/content/posts/2021-07-03-decentral-contribution.md @@ -50,7 +50,10 @@ clicked on the link above, you can see how: 4. feedback/discussion continues out of band, contributor can push updates to the branch, you can pull them down to review -![Illustration of how it works][git-pr-il] +<picture> + <source srcset="/images/git-pr.webp" type="image/webp"> + <img src="/images/git-pr.png" alt="Illustration of how it works"> +</picture> In fact, this is described as [one of the common workflows][git-workflow] for git and is what happens behind the scene in GitHub pull request (except a @@ -96,7 +99,6 @@ Disclaimer: I'm not affiliated with codeberg.org, notabug.org, or sr.ht [orig-thread]: https://merveilles.town/@maxc/106502916709836497 [git-pr]: https://merveilles.town/@nasser/106504758341988490 [git-workflow]: https://git-scm.com/about/distributed -[git-pr-il]: /images/git-pr.png [sourcehut]: https://sourcehut.org/ [^0]: I know [services can't be free or non-free](https://www.gnu.org/philosophy/network-services-arent-free-or-nonfree.html), |