Page MenuHomePhorge
Paste Active Pastes
  • git remote set-branches --add <remote_name> <branch>
    git fetch <remote_name> --depth=1 <branch>
    • Feb 11 2026, 13:38
    • 2 Lines
  • From abe66c82bebee9dae5fb91df429a16f1fd5c363c Mon Sep 17 00:00:00 2001
    From: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
    Date: Mon, 14 Apr 2025 17:46:51 -0700
    Subject: [PATCH 1/2] Make things work in 0.146+
    ...
    • Feb 10 2026, 23:34
    • 143 Lines
    • Diff
  • WARN Doubtful use of partial function in {{ partial "partials/templates/_funcs/get-page-images"}}), this is most likely not what you want. Consider removing superfluous prefix "partials/" from template name given as first function argument.
    You can suppress this warning by adding the following to your site configuration:
    ignoreLogs = ['warning-partial-superfluous-prefix']
    ERROR render of "/" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: list.html:9:8: executing "list.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found
    ERROR render of "/home/nawan/fossils/www/content/archive.md" failed: "/home/nawan/fossils/www/themes/PaperMod/layouts/_default/baseof.html:9:8": execute of template failed: template: archives.html:9:8: executing "archives.html" at <partial "head.html" .>: error calling partial: "/home/nawan/fossils/www/themes/PaperMod/layouts/partials/head.html:13:15": execute of template failed: template: _partials/templates/opengraph.html:13:15: executing "partials/templates/opengraph.html" at <partial "partials/templates/_funcs/get-page-images" .>: error calling partial: partial "partials/templates/_funcs/get-page-images" not found
    ...
    • Feb 10 2026, 23:18
    • 9 Lines