File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
django_views_tutorial/templates Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 49
49
name ="twitter:image "
50
50
content ="https://hackersandslackers-cdn.storage.googleapis.com/2020/04/django-views-1.jpg "
51
51
/>
52
- < link
53
- rel ="apple-touch-icon "
54
- href ="{% static 'homepage/img/logo@2x.png' %} "
55
- />
52
+ < link rel ="apple-touch-icon " href ="{% static 'homepage/img/logo.png' %} " />
56
53
< link
57
54
rel ="icon "
58
55
type ="image/x-icon "
59
- href ="{% static 'homepage/img/logo@2x .png' %} "
56
+ href ="{% static 'homepage/img/logo.png' %} "
60
57
/>
61
- < link rel ="shortcut icon " href ="{% static 'homepage/img/logo@2x .png' %} " />
58
+ < link rel ="shortcut icon " href ="{% static 'homepage/img/logo.png' %} " />
62
59
< link
63
60
rel ="stylesheet "
64
61
href ="{% static 'homepage/css/styles.css' %} "
File renamed without changes.
Original file line number Diff line number Diff line change 7
7
8
8
{% block content %}
9
9
< div class ="card ">
10
- < img src ="{% static 'homepage/img/logo@2x .png' %} " alt ="logo " class ="logo " />
10
+ < img src ="{% static 'homepage/img/logo.png' %} " alt ="logo " class ="logo " />
11
11
< h1 class ="site-title "> {{ title }}</ h1 >
12
12
< p class ="subtitle "> {{ description }}</ p >
13
13
< div class ="apps-container ">
@@ -16,4 +16,4 @@ <h1 class="site-title">{{ title }}</h1>
16
16
{% include 'homepage/partials/models_module.html' %}
17
17
</ div >
18
18
</ div >
19
- {% endblock %}
19
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments