commit 0286a16f901720d87a12dafde89c4a79398bbd87 parent cace74cc2337d18ec73493facdcc7d09a47e2ab0 Author: Ed van Bruggen <edvb@uw.edu> Date: Mon, 15 Feb 2021 22:27:37 -0800 Add best photos sym links Diffstat:
18 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html @@ -84,10 +84,10 @@ <h2 class="heading">PHOTOS</h2> <div class="row"> <!-- TODO loop over all files --> - {{- $files := shuffle (readDir "/static/img/photos/quarantine") }} + {{- $files := shuffle (readDir "/static/img/photos/best") }} {{/* {{- $files := shuffle (readDir $files) */}} {{- range first 9 $files -}} - {{- $imgURL := print "/img/photos/quarantine/" .Name | relURL }} + {{- $imgURL := print "/img/photos/best/" .Name | relURL }} <div class="col-md-4"> <div class="box"> <a href="{{ $imgURL }}" data-lightbox="image-1"> diff --git a/static/img/photos/best/DSC00211.jpg b/static/img/photos/best/DSC00211.jpg @@ -0,0 +1 @@ +../quarantine/DSC00211.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00322.jpg b/static/img/photos/best/DSC00322.jpg @@ -0,0 +1 @@ +../quarantine/DSC00322.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00341.jpg b/static/img/photos/best/DSC00341.jpg @@ -0,0 +1 @@ +../quarantine/DSC00341.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00551.jpg b/static/img/photos/best/DSC00551.jpg @@ -0,0 +1 @@ +../quarantine/DSC00551.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00649.jpg b/static/img/photos/best/DSC00649.jpg @@ -0,0 +1 @@ +../quarantine/DSC00649.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00658.jpg b/static/img/photos/best/DSC00658.jpg @@ -0,0 +1 @@ +../quarantine/DSC00658.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00894.jpg b/static/img/photos/best/DSC00894.jpg @@ -0,0 +1 @@ +../quarantine/DSC00894.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC00956.jpg b/static/img/photos/best/DSC00956.jpg @@ -0,0 +1 @@ +../quarantine/DSC00956.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC01542.jpg b/static/img/photos/best/DSC01542.jpg @@ -0,0 +1 @@ +../quarantine/DSC01542.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC01631.jpg b/static/img/photos/best/DSC01631.jpg @@ -0,0 +1 @@ +../seattle/DSC01631.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC01715.jpg b/static/img/photos/best/DSC01715.jpg @@ -0,0 +1 @@ +../seattle/DSC01715.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC01782.jpg b/static/img/photos/best/DSC01782.jpg @@ -0,0 +1 @@ +../seattle/DSC01782.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC05174.jpg b/static/img/photos/best/DSC05174.jpg @@ -0,0 +1 @@ +../galapagos/DSC05174.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC05341.jpg b/static/img/photos/best/DSC05341.jpg @@ -0,0 +1 @@ +../galapagos/DSC05341.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC06663.jpg b/static/img/photos/best/DSC06663.jpg @@ -0,0 +1 @@ +../galapagos/DSC06663.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/DSC07575.jpg b/static/img/photos/best/DSC07575.jpg @@ -0,0 +1 @@ +../galapagos/DSC07575.jpg+ \ No newline at end of file diff --git a/static/img/photos/best/egg-bw.jpg b/static/img/photos/best/egg-bw.jpg @@ -0,0 +1 @@ +../quarantine/egg-bw.jpg+ \ No newline at end of file