|
2 | 2 |
|
3 | 3 | <!DOCTYPE html>
|
4 | 4 | <html lang="en">
|
| 5 | + <head> |
| 6 | + <title>{{title}} - Hackers and Slackers</title> |
| 7 | + <meta |
| 8 | + name="description" |
| 9 | + content="Function and class-based Django view repository." |
| 10 | + /> |
| 11 | + <meta charset="utf-8" /> |
| 12 | + <meta name="HandheldFriendly" content="True" /> |
| 13 | + <meta |
| 14 | + name="viewport" |
| 15 | + content="width=device-width, initial-scale=1.0, viewport-fit=cover" |
| 16 | + /> |
| 17 | + <meta name="theme-color" content="#5eb9d7" /> |
| 18 | + <meta |
| 19 | + property="og:site_name" |
| 20 | + content="Django Views Tutorial - Hackers and Slackers" |
| 21 | + /> |
| 22 | + <meta property="og:type" content="website" /> |
| 23 | + <meta |
| 24 | + property="og:title" |
| 25 | + content="Django Views Tutorial - Hackers and Slackers" |
| 26 | + /> |
| 27 | + <meta |
| 28 | + property="og:description" |
| 29 | + content="Function and class-based Django view repository." |
| 30 | + /> |
| 31 | + <meta property="og:url" content="https://django.hackersandslackers.app/" /> |
| 32 | + <meta |
| 33 | + property="og:image" |
| 34 | + content="https://hackersandslackers-cdn.storage.googleapis.com/2020/04/django-views-1.jpg" |
| 35 | + /> |
| 36 | + <meta property="og:image:width" content="1000" /> |
| 37 | + <meta property="og:image:height" content="523" /> |
| 38 | + <meta |
| 39 | + name="twitter:title" |
| 40 | + content="Django Views Tutorial - Hackers and Slackers" |
| 41 | + /> |
| 42 | + <meta name="twitter:url" content="https://django.hackersandslackers.app/" /> |
| 43 | + <meta |
| 44 | + name="twitter:description" |
| 45 | + content="Function and class-based Django view repository." |
| 46 | + /> |
| 47 | + <meta name="twitter:card" content="summary_large_image" /> |
| 48 | + <meta |
| 49 | + name="twitter:image" |
| 50 | + content="https://hackersandslackers-cdn.storage.googleapis.com/2020/04/django-views-1.jpg" |
| 51 | + /> |
| 52 | + <link |
| 53 | + rel="apple-touch-icon" |
| 54 | + href=" {% static 'homepage/img/[email protected]' %}" |
| 55 | + /> |
| 56 | + <link rel=" shortcut icon" href=" {% static 'homepage/img/[email protected]' %}" /> |
| 57 | + <link |
| 58 | + rel="stylesheet" |
| 59 | + href="{% static 'homepage/css/styles.css' %}" |
| 60 | + type="text/css" |
| 61 | + /> |
| 62 | + <link |
| 63 | + rel="stylesheet" |
| 64 | + href="{% static 'homepage/css/header.css' %}" |
| 65 | + type="text/css" |
| 66 | + /> |
| 67 | + <link rel="stylesheet" href="https://use.typekit.net/uqq2lcv.css" /> |
| 68 | + <link |
| 69 | + rel="stylesheet" |
| 70 | + href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" |
| 71 | + integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" |
| 72 | + crossorigin="anonymous" |
| 73 | + /> |
| 74 | + {% block extra_css %}{% endblock %} |
| 75 | + </head> |
5 | 76 |
|
6 |
| -<head> |
7 |
| - <title>{{title}} - Hackers and Slackers</title> |
8 |
| - <meta name="description" content="Function and class-based Django view repository." /> |
9 |
| - <meta charset="utf-8" /> |
10 |
| - <meta name="HandheldFriendly" content="True" /> |
11 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> |
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" /> |
26 |
| - <link rel="apple-touch-icon" href="{% static 'homepage/img/logo.png' %}"> |
27 |
| - <link rel="shortcut icon" href="{% static 'homepage/img/logo.png' %}" /> |
28 |
| - <link rel="stylesheet" href="{% static 'homepage/css/styles.css' %}" type="text/css"> |
29 |
| - <link rel="stylesheet" href="{% static 'homepage/css/header.css' %}" type="text/css"> |
30 |
| - <link rel="stylesheet" href="https://use.typekit.net/uqq2lcv.css"> |
31 |
| - <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> |
32 |
| - {% block extra_css %}{% endblock %} |
33 |
| -</head> |
34 |
| - |
35 |
| -<body class="{{template}}"> |
36 |
| - {% block content %}{% endblock %} |
| 77 | + <body class="{{template}}"> |
| 78 | + {% block content %}{% endblock %} |
37 | 79 | <script type="text/javascript">
|
38 | 80 | var _gauges = _gauges || [];
|
39 |
| - (function() { |
40 |
| - var t = document.createElement('script'); |
41 |
| - t.type = 'text/javascript'; |
| 81 | + (function () { |
| 82 | + var t = document.createElement("script"); |
| 83 | + t.type = "text/javascript"; |
42 | 84 | t.async = true;
|
43 |
| - t.id = 'gauges-tracker'; |
44 |
| - t.setAttribute('data-site-id', '5eb6b9455292fb7ce5ffe182'); |
45 |
| - t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif'); |
46 |
| - t.src = 'https://d2fuc4clr7gvcn.cloudfront.net/track.js'; |
47 |
| - var s = document.getElementsByTagName('script')[0]; |
| 85 | + t.id = "gauges-tracker"; |
| 86 | + t.setAttribute("data-site-id", "5eb6b9455292fb7ce5ffe182"); |
| 87 | + t.setAttribute("data-track-path", "https://track.gaug.es/track.gif"); |
| 88 | + t.src = "https://d2fuc4clr7gvcn.cloudfront.net/track.js"; |
| 89 | + var s = document.getElementsByTagName("script")[0]; |
48 | 90 | s.parentNode.insertBefore(t, s);
|
49 | 91 | })();
|
50 | 92 | </script>
|
51 |
| -</body> |
52 |
| - |
| 93 | + </body> |
53 | 94 | </html>
|
0 commit comments