Skip to content

Commit 0001c0b

Browse files
committed
fix: Remove duplicated canonical link
1 parent 0a4fc63 commit 0001c0b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/_templates/layout.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
{% set site_name = "University of Alabama Libraries Scholarly API Cookbook" %}
55
{% set base = (html_baseurl or "https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook/") %}
66
{% set page_url = base ~ pagename ~ ('' if pagename.endswith('.html') else '.html') %}
7-
<!-- Canonical Link and Sitemap -->
8-
<link rel="canonical" href="{{ page_url }}" />
7+
<!-- Sitemap -->
98
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ base }}sitemap.xml">
109
{% set og_title = title|striptags %}
1110
{% set site_desc = "Example tutorials for working with scholarly APIs for academic research and teaching using Python and R." %}

0 commit comments

Comments
 (0)