Skip to content

Commit

Permalink
fix title in thing
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Nov 17, 2020
1 parent 7f7edfa commit 100b2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/piece.html
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block head %}
<meta property="og:title" content="title">
<meta property="og:title" content="{{piece.name}}">
<meta property="og:description" content="{{piece.description}}">
<meta property="og:url" content="https://cc0.snoot.club/{{url_for('piece', username=copyright_holder.username, collection_slug=collection.slug, piece_slug=piece.slug)}}">
{% if piece.type.startswith("audio/") %}
<meta property="og:type" content="audio">
Expand Down

0 comments on commit 100b2ad

Please sign in to comment.