Skip to content

Commit

Permalink
Merge pull request #22 from Circuitscape/vl/lm-fix
Browse files Browse the repository at this point in the history
Fix title of Linkage Mapper page
  • Loading branch information
vlandau authored Sep 27, 2021
2 parents 65d2466 + 17c22e1 commit 2c3bd42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layout/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a class="page-link" href="{{docs_link}}">Documentation</a>
<a class="page-link" href="/downloads/">Downloads</a>
<a class="page-link" href="/about/">About Circuitscape</a>
<a class="page-link" href="{{lm_link}}">Linkage Mapper</a>
<a class="page-link" href="/linkagemapper/">Linkage Mapper</a>
<a class="page-link" href="/publications/">Publications</a>
<a class="page-link" href="/authors/">Authors</a></div>
</nav>
Expand Down
12 changes: 12 additions & 0 deletions linkagemapper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
+++
title = "linkagemapper"
+++

~~~
<head>
<meta http-equiv="refresh" content="5; URL=https://www.linkagemapper.org/" />
</head>
<body>
<p>Linkage Mapper has moved to its own website, linkagemapper.org. If you are not redirected in 5 seconds <a href="https://linkagemapper.org/">click here</a>.</p>
</body>
~~~

0 comments on commit 2c3bd42

Please sign in to comment.