aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/base.htm1
-rw-r--r--data/templates/delete.htm4
-rw-r--r--data/templates/edit.htm4
-rw-r--r--data/templates/tool.htm4
4 files changed, 13 insertions, 0 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index 1fbde4d..0479cf6 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -8,6 +8,7 @@
<title>{% block title %}{% endblock %} - {{title}}</title>
<script src="/jquery-1.7.2.min.js"></script>
<script src="/phorkie.js"></script>
+ {% block meta %}{% endblock %}
</head>
<body>
{{topbar|raw}}
diff --git a/data/templates/delete.htm b/data/templates/delete.htm
index 8c0fc61..0284071 100644
--- a/data/templates/delete.htm
+++ b/data/templates/delete.htm
@@ -3,6 +3,10 @@
Confirm deletion of repository #{{repo.id}}
{% endblock %}
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
{% block content %}
<h1>Delete paste #{{repo.id}}?</h1>
<div class="well" style="margin-top: 5ex;">
diff --git a/data/templates/edit.htm b/data/templates/edit.htm
index a365841..3f73fb6 100644
--- a/data/templates/edit.htm
+++ b/data/templates/edit.htm
@@ -1,6 +1,10 @@
{% extends "base.htm" %}
{% block title %}Edit paste{% endblock %}
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
{% block content %}
<form method="post" action="{{repo.getLink('edit')}}" enctype="multipart/form-data">
<div class="control-group well pastedata">
diff --git a/data/templates/tool.htm b/data/templates/tool.htm
index 74533c7..e62448b 100644
--- a/data/templates/tool.htm
+++ b/data/templates/tool.htm
@@ -3,6 +3,10 @@
Tool results: {{repo.getTitle}}
{% endblock %}
+{% block meta %}
+<meta name="robots" content="noindex"/>
+{% endblock %}
+
{% block content %}
<h1>Tool results: {{repo.getTitle}}</h1>
<div class="row-fluid repo-info">