Skip to content

Commit

Permalink
Update success-story.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Feb 3, 2025
1 parent 3637917 commit 1c72ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/success-story.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ $data := index site.Data site.Language.Lang }}

{{ with $data.homepage.success_story }}
<section class="section bg-cover" data-background="{{ .bg_image | absURL }}">
<section class="section bg-cover" data-background="https://raw.githubusercontent.com/Mehranalam/cabea/refs/heads/main/static/images/backgrounds/page-title.jpg">
<div class="container">
<div class="row" dir="rtl">
<div id="section-intro" class="sectionsy col-lg-6 col-sm-8" align="right">
Expand All @@ -13,4 +13,4 @@ <h2 class="section-title">{{ .title | markdownify }}</h2>
</div>
</div>
</section>
{{ end }}
{{ end }}

0 comments on commit 1c72ffe

Please sign in to comment.