fomu-evt: correct permalinks and add redirect_from
Use the new "Fomu" nomenclature, and still accept the old "fpga-evtX" syntax. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
0d38265360
commit
00f5b23ed3
2 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,9 @@
|
|||
layout: default
|
||||
title: A Prototype of an FPGA In Your USB Port
|
||||
permalink: /fomu-evt1/
|
||||
redirect_from:
|
||||
- /fpga-evt1/
|
||||
- /fpga-evt1
|
||||
---
|
||||
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
layout: default
|
||||
title: A Prototype of an FPGA In Your USB Port
|
||||
permalink: /fpga-evt2/
|
||||
permalink: /fomu-evt2/
|
||||
redirect_from:
|
||||
- /fpga-evt2/
|
||||
- /fpga-evt2
|
||||
---
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue