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 25, 2024
1 parent c10835e commit ebf5db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
-->
{{ range .slider_item }}
<div class="hero-slider-item" align="center">
<div style="margin-right: 3.5px;" id="section-intro" class="row sectionsy" align="center">
<div dir="rtl" style="margin-right: 3.5px;" id="section-intro" class="row sectionsy" align="right">
<h1 class="text-white">{{ .title | markdownify }}</h1>
<div id="intro-container" align="center">
<div id="intro-container" align="right">
<p class="text-muted mb-4">{{ .content | markdownify }}</p>
{{ if .button.enable }}
<a href="{{ .button.link | absLangURL }}" class="btn btn-primary">{{ .button.label }}</a>
Expand Down

0 comments on commit ebf5db3

Please sign in to comment.