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:
13
config.toml
13
config.toml
@@ -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"
|
||||
|
Reference in New Issue
Block a user