File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h1 class="mt-0">{{ section.title | default(value="Modern Documentation Theme")
3636 < img src ="{{ section.extra.icon}} " height =250 > </ img >
3737 </ p >
3838 < a class ="btn btn-primary btn-lg px-4 mb-2 " href ="{{ get_url(path=section.extra.left_url | default(value= "/")) | safe }}" role="button"> {{ section.extra.left_url_button | default(value="Get started") }}</ a >
39- < a class ="btn btn-primary btn-lg px-4 mb-2 ms-4 " href ="{{ get_url(path= section.extra.right_url | default(value= "/")) | safe }}" role="button"> {{ section.extra.right_url_button | default(value="Get started") }}</ a >
39+ < a class ="btn btn-primary btn-lg px-4 mb-2 ms-4 " href ="{{ section.extra.right_url | safe }} " role ="button "> {{ section.extra.right_url_button | default(value="Get started") }}</ a >
4040 </ div >
4141 </ div >
4242 </ section >
You can’t perform that action at this time.
0 commit comments