tIncrease resolution of images - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d9063e0ff96a1f8977c0960b85f5c0c9bb9215ad
 (DIR) parent a88af8c8613e4a138d0dbbf5ac486b2db266dd4f
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun,  4 Nov 2018 21:42:25 +0100
       
       Increase resolution of images
       
       Diffstat:
         M content/about/_index.md             |       2 +-
         M themes/tale-mod/layouts/_default/s… |       4 ++--
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/content/about/_index.md b/content/about/_index.md
       t@@ -14,4 +14,4 @@ In my other life I am a scientist interested in climate, granular materials,
        and glaciers. For more information, please see my [academic 
        webpage](https://adamsgaard.dk).
        
       -{{< imgproc "anders_damsgaard_portrait.png" Resize "x600" >}}
       +{{< imgproc "anders_damsgaard_portrait.png" Resize "x1000" >}}
 (DIR) diff --git a/themes/tale-mod/layouts/_default/single.html b/themes/tale-mod/layouts/_default/single.html
       t@@ -23,8 +23,8 @@
                        {{ $scratch.Set "counter" 0 }}
                        {{ range . }}
        
       -                {{/* $scratch.Set "image" (.Resize "700x q90") */}}
       -                {{ $scratch.Set "image" (.Fit "700x700 q90") }}
       +                {{/* $scratch.Set "image" (.Resize "1200x q90") */}}
       +                {{ $scratch.Set "image" (.Fit "1200x1200 q90") }}
                        {{ $image := $scratch.Get "image" }}
                        {{/* $image.Sharpen 0.5 */}}
                        <figure style="padding: 0.0rem; margin: 2rem 0;