Use `anchor` template plugin to generate links in tutorial series
authorMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 08:42:35 +0000 (10:42 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 08:42:35 +0000 (10:42 +0200)
snippets/tutorial/tutorial-series/part-3/templates/personList.tpl
snippets/tutorial/tutorial-series/part-4/templates/personList.tpl

index eb193f15b89e5e3cb97c740acddb90e28d76338c..ecd3b7ef66ccc5d112f0bcdbd3078265c11e048a 100644 (file)
@@ -59,7 +59,7 @@
                                                
                                                <div class="details personInformation">
                                                        <div class="containerHeadline">
-                                                               <h3><a href="{$person->getLink()}">{$person}</a></h3>
+                                                               <h3>{anchor object=$boxPerson}</h3>
                                                        </div>
                                                        
                                                        {hascontent}
index eb193f15b89e5e3cb97c740acddb90e28d76338c..ecd3b7ef66ccc5d112f0bcdbd3078265c11e048a 100644 (file)
@@ -59,7 +59,7 @@
                                                
                                                <div class="details personInformation">
                                                        <div class="containerHeadline">
-                                                               <h3><a href="{$person->getLink()}">{$person}</a></h3>
+                                                               <h3>{anchor object=$boxPerson}</h3>
                                                        </div>
                                                        
                                                        {hascontent}