diff options
-rw-r--r-- | posts/the-long-journey-to-cgit.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/the-long-journey-to-cgit.md b/posts/the-long-journey-to-cgit.md index adf3963..d5cc636 100644 --- a/posts/the-long-journey-to-cgit.md +++ b/posts/the-long-journey-to-cgit.md @@ -192,7 +192,7 @@ pull requests, a full-fledged wiki system, an activity tab, and the ability to watch repositories, star, and fork them. <figure> - <img src="img/gitea-unnecessary.png" alt="The Gitea + <img class="round" src="img/gitea-unnecessary.png" alt="The Gitea navigation."/> <figcaption>The Gitea navigation with unnecessary functionality highlighted in red.</figcaption> @@ -230,7 +230,7 @@ summarized view of their repository - showing a selection of the latest active branches, tags, and commits. <figure> - <img src="img/cgit-log.png" alt="The commit log in + <img class="round" src="img/cgit-log.png" alt="The commit log in cgit."/> <figcaption>The commit log on cgit's summary page.</figcaption> </figure> |