Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html64
1 files changed, 32 insertions, 32 deletions
diff --git a/layouts/index.html b/layouts/index.html
index c01e25b..08470e1 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,32 +1,32 @@
-{{ define "main" }}
-<div class="ml-auto mr-auto row row-eq-height rounded">
- <div class="col-md-5 text-center p-2 mt-1">
- <div class="profile-area rounded text-center position-relative shadow">
- {{ partial "profilePhoto" . }}
- <div class="p-2">
- {{ partial "social" . }} {{ partial "footer" . }}
- </div>
- </div>
- </div>
- <div class="col-md-7 pt-2 mt-3">
- {{ range .Site.Params.showInAccordion }}
- <h2 class="accordion {{ if .expand }} active {{ end }}">
- {{ $current := index $.Site.Params .item }}
- <span onclick="expandAccordion(this)" style="cursor: pointer;">
- <i class="{{ $current.icon }}"></i>
- {{ $current.title -}}
- </span>
- </h2>
- <div
- class="panel overflow-hidden"
- {{ if $current.panelid }}
- id="{{ $current.panelid }}"
- {{ end }}
- >
- {{ partial (print "accordion/" .item) $ }}
- </div>
- {{ end }}
- <script src="{{ `js/accordion.js` | relURL }}"></script>
- </div>
-</div>
-{{ end }}
+{{ define "main" }}
+<div class="ml-auto mr-auto row row-eq-height rounded">
+ <div class="col-md-5 text-center p-2 mt-1">
+ <div class="profile-area rounded text-center position-relative shadow">
+ {{ partial "profilePhoto" . }}
+ <div class="p-2">
+ {{ partial "social" . }} {{ partial "footer" . }}
+ </div>
+ </div>
+ </div>
+ <div class="col-md-7 pt-2 mt-3">
+ {{ range .Site.Params.showInAccordion }}
+ <h2 class="accordion {{ if .expand }} active {{ end }}">
+ {{ $current := index $.Site.Params .item }}
+ <span onclick="expandAccordion(this)" style="cursor: pointer;">
+ <i class="{{ $current.icon }}"></i>
+ {{ $current.title -}}
+ </span>
+ </h2>
+ <div
+ class="panel overflow-hidden"
+ {{ if $current.panelid }}
+ id="{{ $current.panelid }}"
+ {{ end }}
+ >
+ {{ partial (print "accordion/" .item) $ }}
+ </div>
+ {{ end }}
+ <script src="{{ `js/accordion.js` | relURL }}"></script>
+ </div>
+</div>
+{{ end }}