File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ <h1>Quick Links</h1>
8
8
< div class ="col-md-7 custom-box ">
9
9
< div class ="social-description ">
10
10
{% for text, link in linktree %}
11
- < div class ="inside-box inside-box-space ">
12
- < a href ="{{ link }} "> {{ text }}</ a >
13
- </ div >
11
+ < a href ="{{ link }} " class ="text-decoration-none ">
12
+ < div class ="inside-box inside-box-space py-4 ">
13
+ < i class ="fa-solid fa-link "> </ i >
14
+ {{ text }}
15
+ </ div >
16
+ </ a >
14
17
{% endfor %}
15
18
</ div >
16
19
</ div >
Original file line number Diff line number Diff line change 10
10
urlpatterns = [
11
11
path ('' , views .index , name = "index" ),
12
12
path ('links' , views .links , name = "links" ),
13
+ path ('linktree' , views .links , name = "links" ),
13
14
path ('linksdcutv' , views .links_tv , name = "links_tv" ),
14
15
path ('linkstcv' , views .links_tcv , name = "links_tcv" ),
15
16
path ('linksdcufm' , views .links_fm , name = "links_fm" ),
You can’t perform that action at this time.
0 commit comments