Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
403
Merge Requests
69
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
c546247be69e3b66dfd1ace6939036fe2f85deb4...25be81903395dcee6eb3bb2c74e3d130003bdf56
Source
25be81903395dcee6eb3bb2c74e3d130003bdf56
...
Target
c546247be69e3b66dfd1ace6939036fe2f85deb4
Compare
Commits (2)
(chore): improve homepage title SEO
· 60151651
Mark Harding
authored
1 day ago
60151651
(chore): add nosnippet to bagdes
· 25be8190
Mark Harding
authored
1 day ago
25be8190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/app/modules/homepage-v2/homepage-v2.component.ts
View file @
25be8190
...
...
@@ -43,7 +43,8 @@ export class HomepageV2Component {
return
;
}
this
.
metaService
.
setDescription
(
`
${
this
.
headline
}
.
${
this
.
description
.
split
(
'
.
'
)[
0
]}
.`
)
.
setTitle
(
`Minds -
${
this
.
headline
}
`
,
false
)
.
setDescription
(
this
.
description
)
.
setCanonicalUrl
(
'
/
'
)
.
setOgUrl
(
'
/
'
);
}
...
...
This diff is collapsed.
src/app/modules/legacy/components/cards/activity/activity.html
View file @
25be8190
...
...
@@ -21,6 +21,7 @@
>
{{activity.ownerObj.name}}
</strong
>
<m-channel--badges
data-nosnippet
class=
"m-channel--badges-activity"
[user]=
"activity.ownerObj"
badges=
"[ 'admin', 'verified' ]"
...
...
This diff is collapsed.