Browse Source

fixed missing images

tags/v1.0.0
Themefisher Dev 5 years ago
parent
commit
d0fb8ae25f

+ 44
- 48
exampleSite/config.toml View File

URL = "plugins/wow/wow.min.js" URL = "plugins/wow/wow.min.js"


############################# Navigation ################################## ############################# Navigation ##################################
[menu]
[[menu.main]]
name = "About Us"
URL = "about"
weight = 1


[[menu.main]]
name = "About Us"
URL = "about"
weight = 1
[[menu.main]]
name = "Service"
URL = "services"
weight = 2


[[menu.main]]
name = "Service"
URL = "services"
weight = 2
[[menu.main]]
name = "Portfolio"
URL = "portfolio"
weight = 3


[[menu.main]]
name = "Portfolio"
URL = "portfolio"
weight = 3
[[menu.main]]
name = "Team"
URL = "team"
weight = 4


[[menu.main]]
name = "Team"
URL = "team"
weight = 4
[[menu.main]]
name = "Pricing"
URL = "pricing"
weight = 5


[[menu.main]]
name = "Pricing"
URL = "pricing"
weight = 5
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 6


[[menu.main]]
name = "Blog"
URL = "blog"
weight = 6

[[menu.main]]
name = "Contact"
URL = "contact"
weight = 7
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 7






icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons icon = "ti-pinterest" # themify icon pack : https://themify.me/themify-icons
link = "#" link = "#"


################################# language ################################
[Languages]

################################ English Language ########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"

################################ France Language ########################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
home = "Accueil"

################################ English Language ########################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
home = "Home"

################################ France Language ########################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
home = "Accueil"

+ 1
- 1
layouts/partials/cta.html View File

{{ if $data.cta.cta.enable}} {{ if $data.cta.cta.enable}}
{{ with $data.cta.cta}} {{ with $data.cta.cta}}
{{"<!-- Start Call To Action -->" | safeHTML}} {{"<!-- Start Call To Action -->" | safeHTML}}
<section class="call-to-action section-sm bg-1 overly" style='background-image: url("{{ .bg_Image | relURL }}")'>
<section class="call-to-action section-sm bg-1 overly" style='background-image: url("{{ .bg_Image | absURL }}")'>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">

+ 2
- 2
layouts/partials/feature.html View File

<section class="section section-bg about-2 padding-0" id="feature"> <section class="section section-bg about-2 padding-0" id="feature">
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-lg-6 padding-0" style="background-image: url('{{ .image | relURL }}'); background-size: cover; background-position: top center; background-repeat: no-repeat; min-height: 400px;">
<!-- <img class="img-fluid" src="{{ .image | relURL }}" alt="image"> -->
<div class="col-lg-6 padding-0" style="background-image: url('{{ .image | absURL }}'); background-size: cover; background-position: top center; background-repeat: no-repeat; min-height: 400px;">
<!-- <img class="img-fluid" src="{{ .image | absURL }}" alt="image"> -->
</div> </div>
<div class="col-lg-6"> <div class="col-lg-6">
<div class="content-block"> <div class="content-block">

+ 1
- 1
layouts/partials/funfacts.html View File

{{ if $data.funfacts.funfacts.enable }} {{ if $data.funfacts.funfacts.enable }}
{{ with $data.funfacts.funfacts }} {{ with $data.funfacts.funfacts }}
{{"<!-- Start Counter Section -->" | safeHTML}} {{"<!-- Start Counter Section -->" | safeHTML}}
<section id="counter" class="parallax-section bg-1 section overly" style='background-image: url("{{ .bg_Image | relURL }}")'>
<section id="counter" class="parallax-section bg-1 section overly" style='background-image: url("{{ .bg_Image | absURL }}")'>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
{{ range .counter_Item }} {{ range .counter_Item }}

Loading…
Cancel
Save