Skip to content

Commit

Permalink
Chore: some refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
SAMAD101 committed Jan 15, 2024
1 parent fa36c48 commit 1421094
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/link_liberate/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ url_for('static', path='styles.css') }}">
<title>
{% block title %}
Expand All @@ -17,4 +18,4 @@
{% endblock %}
</body>

</html>
</html>
2 changes: 0 additions & 2 deletions src/link_liberate/templates/error400.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
{% block title %}Error 400 | LL{% endblock %}

{% block head %}
<meta charset="UTF-8" />
<meta name="og:title" content="Error 400 | LL" />
<meta name="og:site_name" content="LinkLiberate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="og:description"
content="A simple link shortener that doesn't track you."
Expand Down
2 changes: 0 additions & 2 deletions src/link_liberate/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
{% block title %}🔗LinkLiberate🪽{% endblock %}

{% block head %}
<meta charset="UTF-8" />
<meta name="og:title" content="🔗LinkLiberate🪽" />
<meta name="og:site_name" content="LinkLiberate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="og:description"
content="A simple link shortener that doesn't track you."
Expand Down
2 changes: 0 additions & 2 deletions src/link_liberate/templates/liberate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
{% block title %}Web post | LL{% endblock %}

{% block head %}
<meta charset="UTF-8" />
<meta name="og:title" content="Web post | LL" />
<meta name="og:site_name" content="LinkLiberate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="og:description"
content="Web form for posting links to the LinkLiberate database."
Expand Down
2 changes: 0 additions & 2 deletions src/link_liberate/templates/showlibrate.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
{% block title %}Show liberate | LL{% endblock %}

{% block head %}
<meta charset="UTF-8" />
<meta name="og:title" content="Show liberate post | LL" />
<meta name="og:site_name" content="LinkLiberate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="og:description"
content="Web form for posting links to the LinkLiberate database."
Expand Down

0 comments on commit 1421094

Please sign in to comment.