[bug#72314,v2,3/3] website: Home page template: Untabify.

Message ID 20240731161835.11144-3-sirgazil@zoho.com
State New
Headers
Series [bug#72314,v2,1/3] website: Redesign home page. |

Commit Message

iyzsong--- via Guix-patches via July 31, 2024, 4:18 p.m. UTC
  From: Luis Felipe <sirgazil@zoho.com>

* website/apps/base/templates/home.scm (home-t): Make indentation use
spaces uniformly instead of tabs.
---
 website/apps/base/templates/home.scm | 40 ++++++++++++++--------------
 1 file changed, 20 insertions(+), 20 deletions(-)
  

Patch

diff --git a/website/apps/base/templates/home.scm b/website/apps/base/templates/home.scm
index 4ea923c..b04613f 100644
--- a/website/apps/base/templates/home.scm
+++ b/website/apps/base/templates/home.scm
@@ -32,8 +32,8 @@  Scheme|Transactional upgrades|Functional package \
 management|Reproducibility") #\|)
    #:active-menu-item (C_ "website menu" "Overview")
    #:css (list
-	  (theme-url "css/item-preview.css")
-	  (theme-url "css/index.css")
+          (theme-url "css/item-preview.css")
+          (theme-url "css/index.css")
           (theme-url "css/video-preview.css"))
    #:content
    `(main
@@ -80,8 +80,8 @@  environments, and make these easier to "
        " " ; A space for readability in non-CSS browsers.
        ,(button-big
          #:label (C_ "button" "CONTRIBUTE")
-	 #:url (guix-url "contribute/")
-	 #:light #true)))
+         #:url (guix-url "contribute/")
+         #:light #true)))
 
      ;; Give Users control.
      (section
@@ -99,7 +99,7 @@  packages independently from each other, without superuser privileges."))
           #:url (G_ (manual-url-with-language
                      (G_ "en")
                      "Package-Management.html"))
-	  #:light #true))
+          #:light #true))
 
        (img
         (@ (src ,(guix-url "static/base/img/give-users-control.svg"))
@@ -181,8 +181,8 @@  different computing needs.")))
 
       ,(button-big
         #:label (C_ "button" "EXPLORE PACKAGES")
-	#:url (packages-url)
-	#:light #true))
+        #:url (packages-url)
+        #:light #true))
 
      ;; One Language for Everything.
      (section
@@ -202,12 +202,12 @@  configurations."))
           #:url (G_ (manual-url-with-language
                      (G_ "en")
                      "Programming-Interface.html"))
-	  #:light #true)
+          #:light #true)
         " " ; A space for readability in non-CSS browsers.
         ,(button-big
           #:label (C_ "button" "WHAT'S GUILE")
-	  #:url (gnu-url "software/guile/")
-	  #:light #true))
+          #:url (gnu-url "software/guile/")
+          #:light #true))
 
        (img
         (@ (src ,(guix-url "static/base/img/guile-logo-outlined-floating.svg"))
@@ -228,7 +228,7 @@  computer users. You are free to use, study, modify, and share Guix and \
 all the packages it provides."))
         ,(button-big
           #:label (C_ "button" "LEARN MORE")
-	  #:url (gnu-url "philosophy/free-sw.en.html")))
+          #:url (gnu-url "philosophy/free-sw.en.html")))
 
        (img
         (@ (src ,(guix-url "static/base/img/people-focused.svg"))
@@ -284,8 +284,8 @@  distribution of your preference. It won't clash with your distro's \
 package manager."))
         ,(button-big
           #:label (C_ "button" "DOWNLOAD")
-	  #:url (guix-url "download/")
-	  #:light #true))
+          #:url (guix-url "download/")
+          #:light #true))
 
        (img
         (@ (src ,(guix-url "static/base/img/guix-shell.svg"))
@@ -308,12 +308,12 @@  capabilities of the Guix software. Spawned by Guix itself."))
           #:url (G_ (manual-url-with-language
                      (G_ "en")
                      "System-Installation.html"))
-	  #:light #true)
+          #:light #true)
         " " ; A space for readability in non-CSS browsers.
         ,(button-big
           #:label (C_ "button" "DOWNLOAD")
-	  #:url (guix-url "download/")
-	  #:light #true))
+          #:url (guix-url "download/")
+          #:light #true))
 
        (img
         (@ (src ,(guix-url "static/base/img/guix-system-display.svg"))
@@ -341,8 +341,8 @@  capabilities of the Guix software. Spawned by Guix itself."))
 
        ,(button-big
          #:label (C_ "button" "ALL VIDEOS")
-	 #:url (guix-url "videos/")
-	 #:light #true)))
+         #:url (guix-url "videos/")
+         #:light #true)))
 
      ;; Latest Blog posts.
      (section
@@ -356,7 +356,7 @@  capabilities of the Guix software. Spawned by Guix itself."))
        (@ (class "action-box centered-text"))
        ,(button-big
          #:label (C_ "button" "ALL POSTS")
-	 #:url (guix-url "blog/")
+         #:url (guix-url "blog/")
          #:light #true)))
 
      ;; Contact info.
@@ -371,5 +371,5 @@  capabilities of the Guix software. Spawned by Guix itself."))
        (@ (class "action-box centered-text"))
        ,(button-big
          #:label (C_ "button" "ALL CONTACT MEDIA")
-	 #:url (guix-url "contact/")
+         #:url (guix-url "contact/")
          #:light #true))))))