show tags (pub_keywords) in advanced profile
This commit is contained in:
parent
d79c3351ea
commit
75a62db9c5
3 changed files with 21 additions and 2 deletions
|
@ -40,6 +40,13 @@
|
|||
</dl>
|
||||
{{ endif }}
|
||||
|
||||
{{ if $profile.pub_keywords }}
|
||||
<dl id="aprofile-tags" class="aprofile">
|
||||
<dt>$profile.pub_keywords.0</dt>
|
||||
<dd>$profile.pub_keywords.1</dd>
|
||||
</dl>
|
||||
{{ endif }}
|
||||
|
||||
{{ if $profile.homepage }}
|
||||
<dl id="aprofile-homepage" class="aprofile">
|
||||
<dt>$profile.homepage.0</dt>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue