From: Steven Black Date: Fri, 10 Jun 2022 03:10:03 +0000 (-0400) Subject: Move the source file description column to the end of the row. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=959c2ed25f0aae47be54227aee77269965bae072;p=stevenblack-hosts.git Move the source file description column to the end of the row. --- diff --git a/readme_template.md b/readme_template.md index efd5c6e70..54a35e4f7 100644 --- a/readme_template.md +++ b/readme_template.md @@ -45,8 +45,8 @@ of OS. Updated `hosts` files from the following locations are always unified and included: -Host file source | Description | Home page | Raw hosts | License | Issues ------------------|-------------|:---------:|:---------:|:-------:|:------: +Host file source | Home page | Raw hosts | License | Issues| Description +-----------------|:---------:|:---------:|:-------:|:-----:|------------- @SOURCEROWS@ ## Extensions diff --git a/updateReadme.py b/updateReadme.py index 2d4c5d549..ce1dbeee1 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -52,16 +52,16 @@ def main(): row_defaults = { "name": "", - "description": "", "homeurl": "", "url": "", "license": "", "issues": "", + "description": "", } t = Template( - "${name} | ${description} |[link](${homeurl})" - " | [raw](${url}) | ${license} | [issues](${issues})" + "${name} |[link](${homeurl})" + " | [raw](${url}) | ${license} | [issues](${issues})| ${description}" ) for key in keys: