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

instafeed.html « partials « layouts - github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e280d50e0fc1bbfeb3370a626f0904a76d1fdea9 (plain)
1
2
3
4
5
6
7
8
9
10
{{ if .Site.Params.instafeed.enable }}
<!-- instagram -->
<section>
  <div class="container-fluid px-0">
    <div class="row no-gutters instagram-slider" id="instafeed" data-userId="{{.Site.Params.instafeed.user_id}}"
      data-accessToken="{{.Site.Params.instafeed.access_token}}"></div>
  </div>
</section>
<!-- /instagram -->
{{ end }}