File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h3 class="text-4xl lg:text-6xl font-bold blog-title">{{ title }}</h3>
9
9
< div class ="my-4 ">
10
10
{% for tag in tags %}
11
11
{% if tag !== 'posts' %}
12
- < a class ="transition ease-in-out delay-50 tag bg-base-300 hover:bg-primary hover:text-primary-content rounded-xl py-1 px-3 "
12
+ < a class ="transition ease-in-out delay-50 tag bg-base-300 hover:bg-primary hover:text-primary-content rounded-xl py-1 px-3 mr-2 "
13
13
href ="/tags/{{ tag }} ">
14
14
#{{ tag }}
15
15
</ a >
@@ -18,6 +18,12 @@ <h3 class="text-4xl lg:text-6xl font-bold blog-title">{{ title }}</h3>
18
18
</ div >
19
19
20
20
< div class ="blog-content ">
21
+ {% if video %}
22
+ < iframe width ="560 " height ="315 " src ="{{ video }} " title ="YouTube video player " frameborder ="0 "
23
+ allow ="autoplay; clipboard-write; encrypted-media; picture-in-picture "
24
+ referrerpolicy ="strict-origin-when-cross-origin " allowfullscreen > </ iframe >
25
+ {% endif %}
26
+
21
27
{{ content | safe }}
22
28
</ div >
23
29
</ div >
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ Want to learn some niche coding tricks? Are you just looking to improve your dai
10
10
11
11
Then you are in the right place!
12
12
13
- ## New videos are being added to our Youtube channel daily .
13
+ ## New videos are being added to our Youtube channel weekly .
14
14
15
15
You can also subscribe to our newsletter to receive the latest news.
You can’t perform that action at this time.
0 commit comments