<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
</a>
- <p>MadKous Net is written and maintained by Matthew Kousoulas
- and licensed under a
+ <p>All photographs were taken by Matthew Kousoulas
+ and are licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
</footer>
let json = JSON.parse(text);
let section_list = [];
let section = "";
- PHOTO.all = json.photos.filter(p => p.active === "T");
+ PHOTO.all = json.photos; //.filter(p => p.active === "T");
PHOTO.all.forEach((p, i) => {
p.thm = DOM.makeThumbnail(p);
// p.img = _ => DOM.makePicture(p);