1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

very, VERY hacky way to determine image width/height for meta tags

This commit is contained in:
2019-11-23 09:21:06 -05:00
parent 1ea90613c9
commit 673ddbb27b
10 changed files with 139 additions and 104 deletions

View File

@@ -90,3 +90,16 @@ disableAliases = true
enableDNT = true
[privacy.youtube]
privacyEnhanced = true
# TODO: find better way than double-mounting content as weird hack to allow
# access to image resources from templates
[module]
[[module.mounts]]
source = "content"
target = "assets/content"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "content"
target = "content"