|
4 | 4 | <html lang="en">
|
5 | 5 |
|
6 | 6 | <head>
|
7 |
| -<title>{{title}} | Django Views Tutorial</title> |
| 7 | + <title>{{title}} - Hackers and Slackers</title> |
| 8 | + <meta name="description" content="Function and class-based Django view repository." /> |
8 | 9 | <meta charset="utf-8" />
|
9 |
| - <meta name="description" content="This is a description"> |
10 | 10 | <meta name="HandheldFriendly" content="True" />
|
11 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
12 | 12 | <meta name="theme-color" content="#5eb9d7">
|
| 13 | + <meta property="og:site_name" content="Django Views Tutorial - Hackers and Slackers" /> |
| 14 | + <meta property="og:type" content="website" /> |
| 15 | + <meta property="og:title" content="Django Views Tutorial - Hackers and Slackers" /> |
| 16 | + <meta property="og:description" content="Function and class-based Django view repository." /> |
| 17 | + <meta property="og:url" content="https://django.hackersandslackers.app/" /> |
| 18 | + <meta property="og:image" content="https://hackersandslackers-cdn.storage.googleapis.com/2020/04/django-views-1.jpg" /> |
| 19 | + <meta property="og:image:width" content="1000" /> |
| 20 | + <meta property="og:image:height" content="523" /> |
| 21 | + <meta name="twitter:title" content="Django Views Tutorial - Hackers and Slackers" /> |
| 22 | + <meta name="twitter:url" content="https://django.hackersandslackers.app/" /> |
| 23 | + <meta name="twitter:description" content="Function and class-based Django view repository." /> |
| 24 | + <meta name="twitter:card" content="summary_large_image" /> |
| 25 | + <meta name="twitter:image" content="https://hackersandslackers-cdn.storage.googleapis.com/2020/04/django-views-1.jpg" /> |
13 | 26 | <link rel="apple-touch-icon" href="{% static 'homepage/img/logo.png' %}">
|
14 | 27 | <link rel="shortcut icon" href="{% static 'homepage/img/logo.png' %}" />
|
15 | 28 | <link rel="stylesheet" href="{% static 'homepage/css/styles.css' %}" type="text/css">
|
|
0 commit comments