Skip to content

Commit a4f18ab

Browse files
added LinearClosuresForCAP
1 parent 7f615b8 commit a4f18ab

5 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_data/LinearClosuresForCAP.yml
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
---
3+
{
4+
"schemaVersion": 1,
5+
"label": "to be overridden by url",
6+
"message": "{{ site.data.LinearClosuresForCAP.date }}"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
---
3+
{
4+
"schemaVersion": 1,
5+
"label": "to be overridden by url",
6+
"message": "{{ site.data.LinearClosuresForCAP.version }}"
7+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
<!DOCTYPE html>
4+
<html lang="en-US">
5+
<meta charset="utf-8">
6+
<title>Redirecting&hellip;</title>
7+
<link rel="canonical" href="{{ site.data.LinearClosuresForCAP.pdf }}">
8+
<script>location="{{ site.data.LinearClosuresForCAP.pdf }}"</script>
9+
<meta http-equiv="refresh" content="0; url={{ site.data.LinearClosuresForCAP.pdf }}">
10+
<meta name="robots" content="noindex">
11+
<h1>Redirecting&hellip;</h1>
12+
<a href="{{ site.data.LinearClosuresForCAP.pdf }}">Click here if you are not redirected.</a>
13+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
---
3+
<!DOCTYPE html>
4+
<html lang="en-US">
5+
<meta charset="utf-8">
6+
<title>Redirecting&hellip;</title>
7+
<link rel="canonical" href="https://github.com/homalg-project/CAP_project/releases/tag/LinearClosuresForCAP-{{ site.data.LinearClosuresForCAP.version }}">
8+
<script>location="https://github.com/homalg-project/CAP_project/releases/tag/LinearClosuresForCAP-{{ site.data.LinearClosuresForCAP.version }}"</script>
9+
<meta http-equiv="refresh" content="0; url=https://github.com/homalg-project/CAP_project/releases/tag/LinearClosuresForCAP-{{ site.data.LinearClosuresForCAP.version }}">
10+
<meta name="robots" content="noindex">
11+
<h1>Redirecting&hellip;</h1>
12+
<a href="https://github.com/homalg-project/CAP_project/releases/tag/LinearClosuresForCAP-{{ site.data.LinearClosuresForCAP.version }}">Click here if you are not redirected.</a>
13+
</html>

0 commit comments

Comments
 (0)