...
This commit is contained in:
parent
5ac19a4af2
commit
837cbb1df1
5 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Photos"
|
title: "Photos"
|
||||||
---
|
---
|
||||||
|
# This page is in maintenance cause of an issue
|
||||||
{{<photos>}}
|
{{<photos>}}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
title: "Photos"
|
title: "Photos"
|
||||||
---
|
---
|
||||||
|
# Cette page est en maintenance en raison d'un problème
|
||||||
{{<photos>}}
|
{{<photos>}}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
$accesstoken="IGQWRQaGFUVURIcjhnTzRwaFhqM1ZAfRlJzREVSdGJRdXE3WnRIenl1MGZA1MkYzOENELVdwR2hDaDhjREZAOOTExVGJXZA2d4Mk90VmJoc181Qzg3bHBPS0ptZAGdRMFFoWVctLTJLYU1OdW13MjhmZAU5KaDVRbVpWVlkZD";
|
||||||
$medias = [];
|
$medias = [];
|
||||||
//if(!isset($_SESSION["medias"])){
|
//if(!isset($_SESSION["medias"])){
|
||||||
$opts = [
|
$opts = [
|
||||||
|
|
4
layouts/shortcodes/images.html
Normal file
4
layouts/shortcodes/images.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<figure class="post-figure" data-width="{{.Get "width" }}">
|
||||||
|
<img src="{{ .Get "src" }}" alt="{{ .Get "caption" }}">
|
||||||
|
<figcaption>{{ .Get "caption" }}</figcaption>
|
||||||
|
</figure>
|
|
@ -11,7 +11,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<h2>Ils nous ont soutenus:</h2>
|
<h2>Ils nous ont soutenus:</h2>
|
||||||
{{ range .Site.Data.old.partners }}
|
{{ range .Site.Data.partners.old }}
|
||||||
<div id="{{ .id }}" class="partner flex flex-wrap">
|
<div id="{{ .id }}" class="partner flex flex-wrap">
|
||||||
<a href="{{ .url | safeURL }}" title="{{ .Name }}" class="w-full md:w-1/3 partner-image">
|
<a href="{{ .url | safeURL }}" title="{{ .Name }}" class="w-full md:w-1/3 partner-image">
|
||||||
<img src="{{ if .realimg }}{{ .realimg }}{{ else }}/proxyPhotos?code=/{{ .img }}{{ end }}">
|
<img src="{{ if .realimg }}{{ .realimg }}{{ else }}/proxyPhotos?code=/{{ .img }}{{ end }}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue