File tree 7 files changed +13
-8
lines changed
7 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ title: 404 - Content Not Found
5
5
6
6
# This page doesn't seem to exist
7
7
8
- You might find what you're looking for in [ Documentation] ( /documentation/ ) .
8
+ You might find what you're looking for in [ Documentation] ( /documentation/index.html ) .
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ group :jekyll_plugins do
9
9
gem "jekyll-feed"
10
10
gem "jekyll-seo-tag"
11
11
gem "jekyll-redirect-from"
12
+ gem "html-proofer"
12
13
end
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ title: The HDF Group
6
6
description : Ensuring long-term access and usability of HDF data and supporting users of HDF technologies
7
7
8
8
logo : /assets/img/logo.png
9
+
9
10
show_downloads : false
10
11
site.github.is_user_page : false
11
12
google_analytics : G-XQWF3YLCRQ
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ title: The HDF Group
6
6
description : Ensuring long-term access and usability of HDF data and supporting users of HDF technologies
7
7
8
8
logo : /assets/img/logo.png
9
+ logo : /assets/img/logo.png
10
+
9
11
show_downloads : false
10
12
site.github.is_user_page : false
11
13
google_analytics : G-XQWF3YLCRQ
Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
9
9
{% seo %}
10
- <!-- <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> -->
11
- <!-- <link rel="stylesheet" href="../assets/css/style.css"> -->
12
- <!-- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css"> -->
13
- < link rel ="stylesheet " href ="https://portal.hdfgroup.org/assets/css/style.css ">
14
- <!--[if lt IE 9]>
15
- <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
16
- <![endif]-->
10
+
11
+ < link rel ="stylesheet " href ="/assets/css/style.css ">
17
12
18
13
</ head >
19
14
< body >
Original file line number Diff line number Diff line change @@ -269,3 +269,4 @@ footer {
269
269
color : # 444 ;
270
270
}
271
271
}
272
+ }
Original file line number Diff line number Diff line change @@ -31,3 +31,8 @@ redirect_from:
31
31
| Version | Usage |
32
32
| ---- | ----|
33
33
| [ h4h5tools 2.2.5] ( h4h5tools/h4h5tools_2_2_5.html ) | Convert HDF4 files to HDF5 files |
34
+
35
+ ## FTP Archives
36
+
37
+ ---- | ----|
38
+ | [ FTP Archives] ( {{site.url_docs}}/ftp/index.html ) | Older releases of software |
You can’t perform that action at this time.
0 commit comments