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
d565b427
Commit
d565b427
authored
Jun 14, 2023
by
Siti Aisah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add meta tag
parent
b9a1871c
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
80 additions
and
24 deletions
+80
-24
resources/views/webprofile/front/jollyany/agenda.blade.php
+2
-2
resources/views/webprofile/front/jollyany/ar/agenda.blade.php
+8
-1
resources/views/webprofile/front/jollyany/ar/information.blade.php
+8
-1
resources/views/webprofile/front/jollyany/de/agenda.blade.php
+8
-1
resources/views/webprofile/front/jollyany/de/information.blade.php
+8
-1
resources/views/webprofile/front/jollyany/en/agenda.blade.php
+8
-1
resources/views/webprofile/front/jollyany/en/information.blade.php
+8
-1
resources/views/webprofile/front/jollyany/en/page.blade.php
+2
-2
resources/views/webprofile/front/jollyany/en/post.blade.php
+2
-2
resources/views/webprofile/front/jollyany/information.blade.php
+2
-2
resources/views/webprofile/front/jollyany/page.blade.php
+2
-2
resources/views/webprofile/front/jollyany/post.blade.php
+2
-2
resources/views/webprofile/front/jollyany/zh/agenda.blade.php
+8
-1
resources/views/webprofile/front/jollyany/zh/information.blade.php
+8
-1
resources/views/webprofile/front/jollyany/zh/page.blade.php
+2
-2
resources/views/webprofile/front/jollyany/zh/post.blade.php
+2
-2
No files found.
resources/views/webprofile/front/jollyany/agenda.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master
2
'
)
@
section
(
'meta'
)
<
meta
name
=
"{{ Str::slug(
$data->title
) }}"
content
=
"custom"
/
>
<
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']
}}"
>
...
...
resources/views/webprofile/front/jollyany/ar/agenda.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rSa
?
$data
->
rSa
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rSa
?
$data->rSa
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rSa
?
$data->rSa
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/ar/information.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rSa
?
$data
->
rSa
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rSa
?
$data->rSa
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rSa
?
$data->rSa
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/de/agenda.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rDe
?
$data
->
rDe
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rDe
?
$data->rDe
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rDe
?
$data->rDe
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/de/information.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rDe
?
$data
->
rDe
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rDe
?
$data->rDe
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rDe
?
$data->rDe
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/en/agenda.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rEn
?
$data
->
rEn
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rEn
?
$data->rEn
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rEn
?
$data->rEn
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/en/information.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rEn
?
$data
->
rEn
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rEn
?
$data->rEn
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rEn
?
$data->rEn
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/en/page.blade.php
View file @
d565b427
...
...
@@ -13,10 +13,10 @@
<
meta
property
=
"og:locale"
content
=
"
{
{Session::get('selected_language')}
}
"
/>
<
meta
property
=
"og:image"
content
=
"{{
$setting['url_static']
. '/' .
$setting['directory']
. '/thumbnail/' .
$data->thumbnail
}}"
/>
<
meta
property
=
"og:image:secure_url"
content
=
"{{
$setting['url_static']
. '/' .
$setting['directory']
. '/thumbnail/' .
$data->thumbnail
}}"
/>
<
meta
property
=
"og:image:type"
content
=
"image/{{pathinfo(
$data->thumbnail
, PATHINFO_EXTENSION)}}"
/>
--
}}
<
meta
property
=
"og:image:type"
content
=
"image/{{pathinfo(
$data->thumbnail
, PATHINFO_EXTENSION)}}"
/>
<
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('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
--
}}
@
endsection
@
section
(
'content'
)
...
...
resources/views/webprofile/front/jollyany/en/post.blade.php
View file @
d565b427
...
...
@@ -5,9 +5,9 @@
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rEn
?
$data->rEn
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rEn
?
$data->rEn
->keys:
$data->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
=
"
{
{Session::get('selected_language')}
}
"
href
=
"{{ url('post/'.
$data->slug
) }}"
/>
<
link
rel
=
"alternate"
hreflang
=
"en-us"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
--
}}
@
endsection
@
section
(
'content'
)
...
...
resources/views/webprofile/front/jollyany/information.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master
2
'
)
@
section
(
'meta'
)
<
meta
name
=
"{{ Str::slug(
$data->title
) }}"
content
=
"custom"
/
>
<
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']
}}"
>
...
...
resources/views/webprofile/front/jollyany/page.blade.php
View file @
d565b427
...
...
@@ -6,14 +6,14 @@
<
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']
}}"
>
<
meta
property
=
"og:site_name"
content
=
"
{
{$setting['web_title']}
}
"
/>
{{
--
<
meta
property
=
"og:site_name"
content
=
"
{
{$setting['web_title']}
}
"
/>
<
meta
property
=
"og:title"
content
=
"
{
{$data->title}
}
"
/>
<
meta
property
=
"og:url"
content
=
"{{ url('page/'.
$data->slug
) }}"
/>
<
meta
property
=
"og:description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
/>
<
meta
property
=
"og:locale"
content
=
"
{
{Session::get('selected_language')}
}
"
/>
<
meta
property
=
"og:image"
content
=
"{{
$setting['url_static']
. '/' .
$setting['directory']
. '/thumbnail/' .
$data->thumbnail
}}"
/>
<
meta
property
=
"og:image:secure_url"
content
=
"{{
$setting['url_static']
. '/' .
$setting['directory']
. '/thumbnail/' .
$data->thumbnail
}}"
/>
<
meta
property
=
"og:image:type"
content
=
"image/{{pathinfo(
$data->thumbnail
, PATHINFO_EXTENSION)}}"
/>
<
meta
property
=
"og:image:type"
content
=
"image/{{pathinfo(
$data->thumbnail
, PATHINFO_EXTENSION)}}"
/>
--
}}
@
endsection
@
section
(
'content'
)
...
...
resources/views/webprofile/front/jollyany/post.blade.php
View file @
d565b427
...
...
@@ -5,14 +5,14 @@
<
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']
}}"
>
<
meta
property
=
"og:site_name"
content
=
"
{
{$setting['web_title']}
}
"
/>
{{
--
<
meta
property
=
"og:site_name"
content
=
"
{
{$setting['web_title']}
}
"
/>
<
meta
property
=
"og:title"
content
=
"
{
{$data->title}
}
"
/>
<
meta
property
=
"og:url"
content
=
"{{ url('post/'.
$data->slug
) }}"
/>
<
meta
property
=
"og:description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
/>
<
meta
property
=
"og:locale"
content
=
"
{
{Session::get('selected_language')}
}
"
/>
<
meta
property
=
"og:image"
content
=
"{{
$setting['url_static']
. '/' .
$setting['directory']
. '/thumbnail/' .
$data->thumbnail
}}"
/>
<
meta
property
=
"og:image:secure_url"
content
=
"{{
$setting['url_static']
. '/' .
$setting['directory']
. '/thumbnail/' .
$data->thumbnail
}}"
/>
<
meta
property
=
"og:image:type"
content
=
"image/{{pathinfo(
$data->thumbnail
, PATHINFO_EXTENSION)}}"
/>
<
meta
property
=
"og:image:type"
content
=
"image/{{pathinfo(
$data->thumbnail
, PATHINFO_EXTENSION)}}"
/>
--
}}
@
endsection
@
section
(
'content'
)
...
...
resources/views/webprofile/front/jollyany/zh/agenda.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rZh
?
$data
->
rZh
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rZh
?
$data->rZh
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rZh
?
$data->rZh
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/zh/information.blade.php
View file @
d565b427
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master2'
)
@
section
(
'meta'
)
<
title
>
{{
$data
->
rZh
?
$data
->
rZh
->
title
:
$data
->
title
}}
</
title
>
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rZh
?
$data->rZh
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rZh
?
$data->rZh
->keys:
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
resources/views/webprofile/front/jollyany/zh/page.blade.php
View file @
d565b427
...
...
@@ -5,9 +5,9 @@
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rZh
?
$data->rZh
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rZh
?
$data->rZh
->keys:
$data->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
=
"
{
{Session::get('selected_language')}
}
"
href
=
"{{ url('post/'.
$data->slug
) }}"
/>
<
link
rel
=
"alternate"
hreflang
=
"en-us"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
--
}}
{{
--
<
meta
property
=
"og:site_name"
content
=
"
{
{$setting['web_title']}
}
"
/>
<
meta
property
=
"og:title"
content
=
"
{
{$data->rZh->title}
}
"
/>
<
meta
property
=
"og:url"
content
=
"{{ url('page/'.
$data->slug
) }}"
/>
...
...
resources/views/webprofile/front/jollyany/zh/post.blade.php
View file @
d565b427
...
...
@@ -5,9 +5,9 @@
<
meta
name
=
"description"
content
=
"{!! strip_tags(substr(html_entity_decode(
$data->rZh
?
$data->rZh
->content:
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->rZh
?
$data->rZh
->keys:
$data->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
=
"
{
{Session::get('selected_language')}
}
"
href
=
"{{ url('post/'.
$data->slug
) }}"
/>
<
link
rel
=
"alternate"
hreflang
=
"en-us"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
<
link
rel
=
"canonical"
href
=
"{{ url('') }}"
/>
--
}}
@
endsection
@
section
(
'content'
)
<
section
class
="
post
-
wrapper
-
top
jt
-
shadow
clearfix
">
...
...
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