Update 2
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
</div>
|
||||
<!-- research details -->
|
||||
<div class="row">
|
||||
<div class="col-12 mb-50 content">
|
||||
<div class="col-12 mb-50">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
@ -22,4 +22,4 @@
|
||||
</section>
|
||||
<!-- /event single -->
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">
|
||||
|
||||
{{ "<!--Favicon-->" | safeHTML }}
|
||||
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
|
||||
<link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="{{ `media/favicon.png` | absURL }}" type="image/x-icon">
|
||||
<link rel="icon" href="{{ `media/favicon.png` | absURL }}" type="image/x-icon">
|
||||
|
||||
</head>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- page title -->
|
||||
<section class="page-title-section overlay" style="background-image: url('{{ .Params.Bg_image | relURL}}'),url('{{`images/backgrounds/page-title.png`| relURL}}');" >
|
||||
<section class="page-title-section overlay" style="background-image: url('{{ .Params.Bg_image | relURL}}'),url('{{`media/backgrounds/page-title.png`| relURL}}');" >
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
|
Reference in New Issue
Block a user