[Modified] Other Certification Notes Link Added

This commit is contained in:
Kanani Nirav
2023-03-06 16:50:11 +09:00
parent 28ea4502f8
commit 99adae788b
2 changed files with 3 additions and 1 deletions

View File

@@ -5,8 +5,9 @@ description: 'If you are preparing for AWS Cloud Practitioner Exam, this guide w
show_downloads: false show_downloads: false
github: github:
repository_url: '/index.html' repository_url: '/'
owner_url: "https://portfolio.kananinirav.com/" owner_url: "https://portfolio.kananinirav.com/"
all_certification: 'https://certification.kananinirav.com/'
# Set which comment system to use # Set which comment system to use
comments: comments:

View File

@@ -20,6 +20,7 @@
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2> <h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %} {% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">Dashboard</a> <a href="{{ site.github.repository_url }}" class="btn">Dashboard</a>
<a href="{{ site.github.all_certification }}" class="btn" target="_blank">Other Certification Notes</a>
{% endif %} {% endif %}
{% if site.show_downloads %} {% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>