Skip to content

Commit 2dfbcf6

Browse files
committed
Update Gemfile to specify versions for jekyll-seo-tag and jekyll-sitemap; revise about page title and description for clarity
1 parent c6539c6 commit 2dfbcf6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3"
4-
gem "jekyll-seo-tag", "~> 2.8"
5-
gem "jekyll-sitemap", "~> 1.4"
64

75
group :jekyll_plugins do
8-
gem "jekyll-seo-tag"
9-
gem "jekyll-sitemap"
6+
gem "jekyll-seo-tag", "~> 2.8"
7+
gem "jekyll-sitemap", "~> 1.4"
108
end
119

1210
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

_pages/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: page
3-
title: Nordic MathML Guidelines
4-
description: Guidelines for Mathematical Content in HTML Files, Using MathML
3+
title: About Nordic MathML Guidelines
4+
description: Information about the Nordic MathML Guidelines project
55
permalink: /about/
66
---
77

8-
# Welcome to the Nordic MathML Guidelines
8+
# About the Nordic MathML Guidelines
99

1010
This document provides comprehensive guidelines for creating accessible mathematical content in HTML files using MathML. It is a joint effort between Nordic agencies dedicated to providing accessible literature in different formats to children and adults with various reading impairments or special needs.
1111

0 commit comments

Comments
 (0)