Skip to content

Commit ec5786d

Browse files
committed
Fixes syntax problem
- Replaces accidentally deleted `>` from DOCTYPE line - Adds layout as nuill, just to be safe
1 parent c4159e2 commit ec5786d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pages/participate/participate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
layout: page
2+
layout: null
3+
#layout: page
34
title: Participate
45
description:
56
menubar: participate
@@ -9,7 +10,7 @@ permalink: participate/
910
set_last_modified: true
1011
---
1112
<!-- This section is temporary to redirect people to this year's conference -->
12-
<!DOCTYPE html
13+
<!DOCTYPE html>
1314
<html>
1415
<head>
1516
<meta http-equiv="refresh" content="0; url=https://us-rse.org/usrse26/participate/" />

0 commit comments

Comments
 (0)