Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Feb 24, 2024
1 parent c84f189 commit f79534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{{ range .slider_item }}
<div class="hero-slider-item">
<div id="section-intro" class="row sectionsy" dir="rtl">
<div id="intro-container">
<div id="intro-container" dir="rtl">
<h1 class="text-white">{{ .title | markdownify }}</h1>
<p class="text-muted mb-4">{{ .content | markdownify }}</p>
{{ if .button.enable }}
Expand Down

0 comments on commit f79534e

Please sign in to comment.