ref: profile template
convert to asset code
This commit is contained in:
parent
3fc5ab0ba2
commit
238b3a89d7
@ -3,10 +3,10 @@
|
|||||||
{% block title %}Profile | Sermon Notes{% endblock %}
|
{% block title %}Profile | Sermon Notes{% endblock %}
|
||||||
|
|
||||||
{% block stylesheets %}
|
{% block stylesheets %}
|
||||||
<link href="/theme/assets/css/main.css" rel="stylesheet" />
|
<link href="{{ asset('css/main.css') }}" rel="stylesheet" />
|
||||||
<link href='/theme/assets/css/jquery-ui.theme.css' rel='stylesheet' />
|
<link href="{{ asset('css/jquery-ui.theme.css') }}" rel='stylesheet' />
|
||||||
<link href='/theme/assets/css/jquery-ui.structure.css' rel='stylesheet' />
|
<link href="{{ asset('css/jquery-ui.structure.css') }}" rel='stylesheet' />
|
||||||
<link href='/css/style.css' rel='stylesheet' />
|
<link href="{{ asset('css/style.css') }}" rel='stylesheet' />
|
||||||
<link href='//cdn.datatables.net/2.0.8/css/dataTables.dataTables.min.css' rel='stylesheet' />
|
<link href='//cdn.datatables.net/2.0.8/css/dataTables.dataTables.min.css' rel='stylesheet' />
|
||||||
<style>
|
<style>
|
||||||
.flex-container {
|
.flex-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user