From 4db46dad15bdd3f2b4a6cfadc508199be8cb1958 Mon Sep 17 00:00:00 2001 From: Carles Loriente <7197733+carlesloriente@users.noreply.github.com> Date: Tue, 24 Dec 2024 02:44:47 +0100 Subject: [PATCH] Fix 404's leftovers --- _posts/2017-07-29-panelcv.markdown | 2 +- _posts/2021-10-10-devconf-jekyll-theme.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-07-29-panelcv.markdown b/_posts/2017-07-29-panelcv.markdown index b27bd065d..a6a019017 100644 --- a/_posts/2017-07-29-panelcv.markdown +++ b/_posts/2017-07-29-panelcv.markdown @@ -22,4 +22,4 @@ I have made this into a Jekyll Theme. * Fork the repository * Go to settings and set Github Pages source as master. -* Your new site should be ready at https://username.github.io/PanelCV/ +* Your new site should be ready at `https://username.github.io/PanelCV/` diff --git a/_posts/2021-10-10-devconf-jekyll-theme.markdown b/_posts/2021-10-10-devconf-jekyll-theme.markdown index 3292bb789..c0fb14951 100644 --- a/_posts/2021-10-10-devconf-jekyll-theme.markdown +++ b/_posts/2021-10-10-devconf-jekyll-theme.markdown @@ -64,7 +64,7 @@ slug: we-are-developers-2024 * Create as many events as you want. * Make sure GitHub Pages are turned on in the repository settings, and pointing to the `main` or `master` branch (where you cloned this repo). * Commit and push changes. -* Your new site should be ready at https://username.github.io/DevConf-Jekyll-Theme. +* Your new site should be ready at `https://username.github.io/DevConf-Jekyll-Theme`. To run it locally: