mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Merge remote-tracking branch 'origin/v3' into v3
This commit is contained in:
commit
dd0797dd98
2 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
{% block meta %}<meta name="robots" content="noindex, nofollow"/>{% endblock %}
|
||||
<style type="text/css">{% inlinestatic "dpaste.css" %}</style>
|
||||
</head>
|
||||
<body {% block body_type %}{%endblock %}>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{% load i18n %}
|
||||
|
||||
{% block nav_new %}{% endblock %}
|
||||
{% block meta %}{% endblock %}
|
||||
|
||||
{% block title %}{% trans "dpaste" %}{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue