Compare commits

..

No commits in common. "654506559f1bbfb114dc9d19b6e8a4ad2808cba2" and "76a139d12da474e3b5303eed5c2c388455f929f3" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View File

@ -36,10 +36,3 @@
</div>
{% endblock %}
{% block head %}
<meta property="og:title" content="{{file[2]}}">
<meta property="og:description" content="Expires at: {{file[5]|expirein}}">
{% if file[2].split('.')[-1] in ['png', 'jpg', 'jpeg', 'gif', 'webp'] %}
<meta property="og:image" content="https://files.fzorb.xyz/static/files/{{ file[1] }}.{{ file[2].split('.')[-1] }}">
{% endif %}
{% endblock %}

View File

@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}">
{% block head %}{% endblock %}
</head>
<body>
{% block content %}{% endblock %}

View File

@ -1 +1 @@
<p class="subtle">Currently serving {{ ""|random|totalfiles }} files // {{ ""|totalfilesize }} occupied</p>
<p class="subtle">{{ ""|totalfiles }} files uploaded // {{ ""|totalfilesize }} occupied</p>