Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
cefb574b
Commit
cefb574b
authored
Aug 30, 2021
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ubah meta web profile
parent
fb21573b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
28 deletions
+20
-28
resources/views/webprofile/front/jollyany/ar/post.blade.php
+4
-7
resources/views/webprofile/front/jollyany/de/post.blade.php
+4
-7
resources/views/webprofile/front/jollyany/en/post.blade.php
+8
-7
resources/views/webprofile/front/jollyany/post.blade.php
+4
-7
No files found.
resources/views/webprofile/front/jollyany/ar/post.blade.php
View file @
cefb574b
@
extends
(
'webprofile.front.jollyany.master'
)
<
title
>
{{
$data
->
rSa
->
title
}}
</
title
>
@
extends
(
'webprofile.front.jollyany.master
2
'
)
@
section
(
'meta'
)
<
title
>
{{
$setting
[
'web_title'
]}}
</
title
>
<
meta
name
=
"{{ Str::slug(
$data->rSa
->title) }}"
content
=
"custom"
/>
<!--
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
-->
<
meta
name
=
"description"
content
=
"
{
{$setting['web_title']}
}
"
>
<
title
>
{{
$data
->
rSa
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rSa
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rSa
->keys }}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
...
...
resources/views/webprofile/front/jollyany/de/post.blade.php
View file @
cefb574b
@
extends
(
'webprofile.front.jollyany.master'
)
<
title
>
{{
$data
->
rDe
->
title
}}
</
title
>
@
extends
(
'webprofile.front.jollyany.master
2
'
)
@
section
(
'meta'
)
<
title
>
{{
$setting
[
'web_title'
]}}
</
title
>
<
meta
name
=
"{{ Str::slug(
$data->rDe
->title) }}"
content
=
"custom"
/>
<!--
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
-->
<
meta
name
=
"description"
content
=
"
{
{$setting['web_title']}
}
"
>
<
title
>
{{
$data
->
rDe
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rDe
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rDe
->keys }}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
...
...
resources/views/webprofile/front/jollyany/en/post.blade.php
View file @
cefb574b
@
extends
(
'webprofile.front.jollyany.master'
)
<
title
>
{{
$data
->
rEn
->
title
}}
</
title
>
@
extends
(
'webprofile.front.jollyany.master
2
'
)
@
section
(
'meta'
)
<
title
>
{{
$setting
[
'web_title'
]}}
</
title
>
<
meta
name
=
"{{ Str::slug(
$data->rEn
->title) }}"
content
=
"custom"
/>
<!--
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
-->
<
meta
name
=
"description"
content
=
"
{
{$setting['web_title']}
}
"
>
<
title
>
{{
$data
->
rEn
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rEn
->content,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rEn
->keys }}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
<
link
rel
=
"alternate"
hreflang
=
"
{
{Session::get('selected_language')}
}
"
href
=
"{{ url('post/'.
$data->slug
) }}"
/>
<
link
rel
=
"alternate"
hreflang
=
"en-us"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
<div class="
container
">
...
...
resources/views/webprofile/front/jollyany/post.blade.php
View file @
cefb574b
@
extends
(
'webprofile.front.jollyany.master'
)
<
title
>
{{
$data
->
title
}}
</
title
>
@
extends
(
'webprofile.front.jollyany.master
2
'
)
@
section
(
'meta'
)
<
title
>
{{
$setting
[
'web_title'
]}}
</
title
>
<
meta
name
=
"{{ Str::slug(
$data->title
) }}"
content
=
"custom"
/>
<!--
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
-->
<
meta
name
=
"description"
content
=
"
{
{$setting['web_title']}
}
"
>
<
title
>
{{
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
...
...
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