From ca57de3bda12fdbe92419f7321862ccf2ecfddd5 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Wed, 29 Jun 2022 20:08:24 -0400
Subject: [PATCH] Avoid meaningful variable

---
 _config.yml           | 2 +-
 _includes/footer.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_config.yml b/_config.yml
index 0d93f63..1d9abcd 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,7 +9,7 @@
 title: BeagleBoard.org Google Summer of Code blog
 description: > # this means to ignore newlines until "baseurl:"
   A place where we can share regular updates on BeagleBoard.org GSoC activities.
-source: https://git.beagleboard.org/gsoc/gsoc.beagleboard.io
+sourceurl: https://git.beagleboard.org/gsoc/gsoc.beagleboard.io
 baseurl: "" # the subpath of your site, e.g. /blog
 url: "https://gsoc.beagleboard.io" # the base hostname & protocol for your site
 
diff --git a/_includes/footer.html b/_includes/footer.html
index dbf913f..67fc154 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -8,7 +8,7 @@
       <div class="footer-col footer-col-1">
         <ul class="contact-list">
           <li>{{ site.title }}</li>
-          <li><a href="{{ site.source }}">Source</a></li>
+          <li><a href="{{ site.sourceurl }}">Source</a></li>
         </ul>
       </div>
 
-- 
GitLab