mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
Compare commits
2 Commits
v0.19.9
...
b8d10a68ca
| Author | SHA1 | Date | |
|---|---|---|---|
|
b8d10a68ca
|
|||
|
e690ded04f
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -129,7 +129,6 @@ dmypy.json
|
||||
|
||||
# node.js / npm stuff
|
||||
node_modules
|
||||
package.json
|
||||
package-lock.json
|
||||
|
||||
# our own stuff
|
||||
|
||||
6
package.json
Normal file
6
package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"clean-css-cli": "^5.6.3",
|
||||
"terser": "^5.44.1"
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<meta name="description" content="{{ site_conf.about}}">
|
||||
<meta name="description" content="{{ site_conf.about|striptags }}">
|
||||
<meta name="author" content="{{ site_conf.site_author }}">
|
||||
<meta name="generator" content="Django Framework">
|
||||
<title>{% block title %}{{ title }}{% endblock %} - {{ site_conf.site_name }}</title>
|
||||
|
||||
Reference in New Issue
Block a user