Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2018-06-27 09:51:40 +0800
Commit
4364d777a73fac03189e3b6f0ecbb801aecb35d7
2 parents
f11290f2
39795d55
Merge remote-tracking branch 'origin/feature/footerLink' into release/0627
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/views/partial/footer.hbs
doraemon/views/partial/footer.hbs
View file @
4364d77
...
...
@@ -220,7 +220,7 @@
<div
class=
"link-section left"
>
<ul
class=
"clearfix"
>
{{#
footerLinks
}}
<li><a
href=
"
{{
link
}}
"
target=
"_blank"
rel=
"nofollow"
>
{{
name
}}
</a></li>
<li><a
href=
"
{{
link
}}
"
target=
"_blank"
>
{{
name
}}
</a></li>
{{/
footerLinks
}}
</ul>
</div>
...
...
Please
register
or
login
to post a comment