Skip to content

Commit

Permalink
Merge pull request #25 from OpenUpSA/feature/noindex-tag
Browse files Browse the repository at this point in the history
Temporary noindex tag
  • Loading branch information
paulmwatson authored Nov 20, 2024
2 parents 69c2a6d + 8aad5fb commit 71d5496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/attendance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<link rel="icon" href="../assets/favicon.ico" type="image/x-icon" />
<title>Attendance Tracker</title>
</head>
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" />
<title>Bill Tracker</title>
</head>
Expand Down

0 comments on commit 71d5496

Please sign in to comment.