We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4fc63 commit 0001c0bCopy full SHA for 0001c0b
1 file changed
src/_templates/layout.html
@@ -4,8 +4,7 @@
4
{% set site_name = "University of Alabama Libraries Scholarly API Cookbook" %}
5
{% set base = (html_baseurl or "https://ua-libraries-research-data-services.github.io/UALIB_ScholarlyAPI_Cookbook/") %}
6
{% set page_url = base ~ pagename ~ ('' if pagename.endswith('.html') else '.html') %}
7
- <!-- Canonical Link and Sitemap -->
8
- <link rel="canonical" href="{{ page_url }}" />
+ <!-- Sitemap -->
9
<link rel="sitemap" type="application/xml" title="Sitemap" href="{{ base }}sitemap.xml">
10
{% set og_title = title|striptags %}
11
{% set site_desc = "Example tutorials for working with scholarly APIs for academic research and teaching using Python and R." %}
0 commit comments