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
ad509ad8
Commit
ad509ad8
authored
3 years ago
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scroll menu kurang meta
parent
ef721b4a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
resources/views/webprofile/front/jollyany/index.blade.php
+3
-0
resources/views/webprofile/front/jollyany/master.blade.php
+6
-1
resources/views/webprofile/front/jollyany/post.blade.php
+4
-1
No files found.
resources/views/webprofile/front/jollyany/index.blade.php
View file @
ad509ad8
...
@@ -280,10 +280,13 @@
...
@@ -280,10 +280,13 @@
<div class="
item
@
if
(
$value
->
urutan
==
1
)
active
@
endif
">
<div class="
item
@
if
(
$value
->
urutan
==
1
)
active
@
endif
">
<div class="
calloutbox
-
full
-
mini
nocontainer
">
<div class="
calloutbox
-
full
-
mini
nocontainer
">
<div class="
long
-
twitter
">
<div class="
long
-
twitter
">
@if(
$value->title_show
== true)
<p class="
lead
">
<p class="
lead
">
{!!
$value->value_design
!!}
{!!
$value->value_design
!!}
<div style="
text
-
align
:
center
;
font
-
size
:
14
pt
;
">{!!
$value->title_design
!!}</div>
<div style="
text
-
align
:
center
;
font
-
size
:
14
pt
;
">{!!
$value->title_design
!!}</div>
</p>
</p>
@endif
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/master.blade.php
View file @
ad509ad8
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<title>
{{$setting['web_title']}}
</title>
<title>
{{$setting['web_title']}}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"language"
content=
"
id
"
>
<meta
name=
"language"
content=
"
{{Session::get('selected_language')}}
"
>
<meta
name=
"geo.placename"
content=
"Surabaya"
>
<meta
name=
"geo.placename"
content=
"Surabaya"
>
<meta
name=
"geo.region"
content=
"Indonesia"
>
<meta
name=
"geo.region"
content=
"Indonesia"
>
@yield('meta')
@yield('meta')
...
@@ -26,6 +26,9 @@
...
@@ -26,6 +26,9 @@
ul
.dropdown-menu
{
ul
.dropdown-menu
{
overflow-x
:
hidden
;
overflow-y
:
scroll
;
}
}
div
#navbar-collapse-1
.navbar-collapse.collapse.navbar-right
{
div
#navbar-collapse-1
.navbar-collapse.collapse.navbar-right
{
...
@@ -38,6 +41,8 @@
...
@@ -38,6 +41,8 @@
background
:
transparent
;
background
:
transparent
;
}
}
a
:link
{
a
:link
{
text-decoration
:
none
;
text-decoration
:
none
;
}
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/post.blade.php
View file @
ad509ad8
@
extends
(
'webprofile.front.jollyany.master'
)
@
extends
(
'webprofile.front.jollyany.master'
)
@
section
(
'meta'
)
@
section
(
'meta'
)
<
title
>
{{
$setting
[
'web_title'
]}}
</
title
>
<
meta
name
=
"{{ Str::slug(
$data->title
) }}"
content
=
"custom"
/>
<
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
=
"{!! strip_tags(substr(html_entity_decode(
$data->content
,ENT_COMPAT,"
UTF
-
8
"),0 , 200)) !!}"
>
-->
<
meta
name
=
"description"
content
=
"{{ Str::slug(
$data->title
) }}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->keys
}}"
>
<
meta
name
=
"keywords"
content
=
"{{
$data->keys
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
<
meta
name
=
"author"
content
=
"{{
$setting['header_admin']
}}"
>
@
endsection
@
endsection
...
...
This diff is collapsed.
Click to expand it.
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