Skip to content

Commit

Permalink
Merge pull request #81 from HDFGroup/phoenix
Browse files Browse the repository at this point in the history
Page title, redirect experiments
  • Loading branch information
loricooperhdf authored Dec 6, 2023
2 parents ba7bac4 + 09cce1d commit bd127fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>


{% if site.logo %}
<a href="/"><img src="{{site.logo | relative_url}}" alt="Logo" /></a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
redirect_from:
- /display/HDF5/Migrating+from+HDF5+1.12+to+HDF5+1.14

- /display/HDF5/Migrating+from+HDF5+1.12+to+HDF5+1.14
title: Migrating from HDF5 1.12 to HDF5 1.14
---

# Migrating from HDF5 1.12 to HDF5 1.14

## API Changes
Expand Down
3 changes: 3 additions & 0 deletions src/redirects/external-sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"/display/HDF5/Migrating+from+HDF5+1.12+to+HDF5+1.14": "https://portal.hdfgroup.org/documentation/hdf5-docs/Migrating+from+HDF5+1.12+to+HDF5+1.14.html"
}

0 comments on commit bd127fe

Please sign in to comment.