Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@
<!-- 128x128 -->
<link rel="shortcut icon" type="image/ico" href="{% asset favicon.png @path %}">

{% if page.sitemap == false %}
<meta name="robots" content="noindex">
{% endif %}

<!-- CSS
================================================== -->

{% asset index.scss %}
</head>
</head>
8 changes: 6 additions & 2 deletions admin/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
sitemap: false
---

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex">
<title>Content Manager</title>
</head>
<body>
Expand All @@ -14,7 +18,7 @@
img[alt="Logo"] {
margin-left: 75px;
width: 150px;
}
}
</style>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
permalink: /search/
layout: page
title: Search
sitemap: false
---


Expand Down Expand Up @@ -58,4 +59,4 @@ <h2 class="title">${highlight(result.title)}</h2>

<h1>Search Results</h1>

<div id="search-results">Loading…</div>
<div id="search-results">Loading…</div>