aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-08-14 17:19:59 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2023-08-14 17:19:59 +0000
commitc4ab716c20729a62f7b78b60029c27e0f166f41c (patch)
tree60d25402afc44365cf4c2a90909e577b079baf08
parentf8c60754ac1f520ac028891837d78f673d225a1b (diff)
downloadboymoder.blog-c4ab716c20729a62f7b78b60029c27e0f166f41c.tar.gz
boymoder.blog-c4ab716c20729a62f7b78b60029c27e0f166f41c.zip
Added extra sneedy
-rwxr-xr-xdocker-compose.yml2
-rwxr-xr-xrequirements.txt2
-rwxr-xr-xtemplates/template.html.j22
3 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7b49eb7..c8a70c1 100755
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ services:
dockerfile: Dockerfile
image: jwansek/edaweb
volumes:
- - /media/ISOs/:/media/ISOs/
+ - /tmp/:/media/ISOs/
- ./static/:/app/static/
- ./edaweb.conf:/app/edaweb.conf
ports:
diff --git a/requirements.txt b/requirements.txt
index 2f0d2db..534239e 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,5 +16,5 @@ PasteScript==3.2.0
waitress
houdini.py
Pygments
-mistune
+mistune==2.0.3
twython==3.8.2
diff --git a/templates/template.html.j2 b/templates/template.html.j2
index 23655bf..b0ce156 100755
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -7,7 +7,7 @@
<title>eda.gay :: {{title}}</title>
<meta content="{{title}}" property="og:title" />
- # <meta content="Site Description" property="og:description" />
+ <meta content="Formerly chuck's" property="og:description" />
<meta content="https://eda.gay" property="og:url" />
<meta content="/img/greenboi.jpg?h=512&w=512" property="og:image" />
</head>