Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Asmund.Birkeland
visgroup-webpages
Commits
da07646f
Commit
da07646f
authored
Jan 31, 2020
by
Stefan.Bruckner
Browse files
icon
parent
b8987e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/visgroup/single-team.php
View file @
da07646f
...
...
@@ -52,7 +52,7 @@ the_post();
while
(
$head_query
->
have_posts
()
)
{
$head_query
->
the_post
();
echo
"Head <a href="
.
get_permalink
(
$head_query
->
ID
)
.
">"
.
get_the_title
(
$head_query
->
ID
)
.
"</a></li>"
;
echo
"
<i class='fa fa-envelope fa-users'></i>
Head <a href="
.
get_permalink
(
$head_query
->
ID
)
.
">"
.
get_the_title
(
$head_query
->
ID
)
.
"</a></li>"
;
}
}
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment