diff --git a/content/publications/_index.html b/content/publications/_index.html index 81715b6..5b9c37d 100644 --- a/content/publications/_index.html +++ b/content/publications/_index.html @@ -21,7 +21,16 @@ permalink: /publications/ -->
  • - + + +
    +

    Marsh

    +
    +
    +
  • +
  • +
    +

    Idumea

    @@ -30,7 +39,7 @@ permalink: /publications/
  • - +

    Motes Played

    diff --git a/layouts/index.html b/layouts/index.html index 6517383..9642653 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -38,24 +38,6 @@
  • --> -
  • -
    - - -
    -

    Idumea

    -
    -
    -
  • -
  • -
    - - -
    -

    Motes Played

    -
    -
    -
  • @@ -65,6 +47,24 @@
  • +
  • +
    + + +
    +

    Idumea

    +
    +
    +
  • +
  • +
    + + +
    +

    Motes Played

    +
    +
    +
  • diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4a37516..a247b6e 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -32,7 +32,7 @@ - {{ $style := resources.Get "css/main.scss" | resources.ToCSS | resources.Fingerprint "sha256" }} + {{ $style := resources.Get "css/main.scss" | css.Sass | resources.Fingerprint "sha256" }} {{ with .Params.extracss }} diff --git a/layouts/rt/single.html b/layouts/rt/single.html index 396171b..a9acc2f 100644 --- a/layouts/rt/single.html +++ b/layouts/rt/single.html @@ -35,7 +35,7 @@ - {{ $style := resources.Get "css/main.scss" | resources.ToCSS }} + {{ $style := resources.Get "css/main.scss" | css.Sass }} diff --git a/static/assets/img/publications/idumea.jpg b/static/assets/img/publications/idumea.jpg new file mode 100644 index 0000000..bc063df Binary files /dev/null and b/static/assets/img/publications/idumea.jpg differ diff --git a/static/assets/img/publications/motes-played.png b/static/assets/img/publications/motes-played.png new file mode 100644 index 0000000..ae45f6f Binary files /dev/null and b/static/assets/img/publications/motes-played.png differ