OSGeo / grass-website

Web site of GRASS GIS project (deployed from this repo twice a day)
https://grass.osgeo.org
GNU General Public License v3.0
17 stars 48 forks source link

Fix markdown syntax typos #446

Closed landam closed 3 months ago

landam commented 3 months ago

Building pages locally is failing with hugo v0.128.2:

Error: error building site: render: failed to render pages: render of "page" failed: "/home/martin/src/grass-website/themes/grass/layouts/news/news.html:26:10": execute of template failed: template: news/news.html:26:10: executing "news/news.html" at <.Content>: error calling Content: "/home/martin/src/grass-website/content/news/2023_12_19_annual_report.md:1:1": execute of template failed: template: _default/_markup/render-link.html:1:14: executing "_default/_markup/render-link.html" at <urls.Parse>: error calling Parse: parse "(https://cnr.ncsu.edu/geospatial/news/2023/04/26/spring-2023-geospatial-forum-rewind/)": first path segment in URL cannot contain colon

This PR fixes two syntax errors. Now it builts successfully:

                   |  EN   
-------------------+-------
  Pages            |  220  
  Paginator pages  |    0  
  Non-page files   |    6  
  Static files     | 1136  
  Processed images |   57  
  Aliases          |    0  
  Cleaned          |    0  

Total in 660 ms