diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-05-24 09:37:09 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-05-24 09:37:09 +0000 |
| commit | 9f20fe67afa31868587e9a59c41c19673a31c986 (patch) | |
| tree | 3f5e2017ffce3a2d9e8c051e6c57a79d501891ac /root/$mmm/plugins/layout/converts: text$lua -> table.lua | |
| parent | link to the correct facet if specified in mmm-embed (diff) | |
| download | mmm-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.lua | 1 |
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 |
