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
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