Skip to content

Commit

Permalink
feat: Add some SEO meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Dec 17, 2024
1 parent f573afc commit 156a330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<meta name="description" content="Collaborative cryptocurrency, blockchain and cryptography news platform!">
<meta name=”robots” content="index, follow">
<link rel="stylesheet" href="assets/style.css">
<title>{% block title %}Satoshi Family{% endblock %}</title>
<script src="assets/script.js"></script>
Expand Down

0 comments on commit 156a330

Please sign in to comment.