How to add a hyperlink or reference to external site in YAML in GitHub

Hi,

How can I add a hyperlink to a YAML file (config.yml) file in github page that points to e.g. another web site? Please assist.

Website to be hyperlinked:
http://testing.test123.org/xx3/landing.gsp

_config.yml

title: Test Release and Updates
name: Developed and maintained by Testing Team
description: Testing Landing Page - http://testing.test123.org/xx3/landing.gsp
theme: jekyll-theme-cayman
github:
  is_project_page: false

Best Regards,
Toufiq

Hi, the issue has been resolved.

title: Test Release and Updates
name: Developed and maintained by Testing Team
description: <a href="http://testing.test123.org/xx3/landing.gsp">Testing Landing Page</a>
theme: jekyll-theme-cayman
github:
  is_project_page: false

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.