aboutsummaryrefslogtreecommitdiffstats
path: root/root/$mmm/plugins/layout/converts: text$lua -> table.lua
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2022-05-24 09:37:09 +0000
committers-ol <s+removethis@s-ol.nu>2022-05-24 09:37:09 +0000
commit9f20fe67afa31868587e9a59c41c19673a31c986 (patch)
tree3f5e2017ffce3a2d9e8c051e6c57a79d501891ac /root/$mmm/plugins/layout/converts: text$lua -> table.lua
parentlink to the correct facet if specified in mmm-embed (diff)
downloadmmm-9f20fe67afa31868587e9a59c41c19673a31c986.tar.gz
mmm-9f20fe67afa31868587e9a59c41c19673a31c986.zip
static/style: serve fonts locally
Diffstat (limited to 'root/$mmm/plugins/layout/converts: text$lua -> table.lua')
-rw-r--r--root/$mmm/plugins/layout/converts: text$lua -> table.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/root/$mmm/plugins/layout/converts: text$lua -> table.lua b/root/$mmm/plugins/layout/converts: text$lua -> table.lua
index 670f1c9..46fa32a 100644
--- a/root/$mmm/plugins/layout/converts: text$lua -> table.lua
+++ b/root/$mmm/plugins/layout/converts: text$lua -> table.lua
@@ -156,7 +156,6 @@ render = function(content, fileder, opts)
return [[<link rel="stylesheet" type="text/css" href="/static/style/:text/css" />]]
end
end)()
- buf = buf .. [[<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600" />]]
buf = buf .. "\n " .. tostring(opts.meta) .. "\n " .. tostring(get_scripts(fileder)) .. "\n </head>\n <body>\n " .. tostring(gen_header()) .. "\n\n " .. tostring(content) .. "\n\n " .. tostring(footer)
buf = buf .. (function()
if STATIC then