mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
Merge 120243868b58cf9885a736aa4817923233f52f78 into 56c0c566dcdde20bd14987c621e4ffda17ceb53d
This commit is contained in:
commit
6e377c2936
@ -120,7 +120,7 @@ module.exports = {
|
||||
{ test: /\.css$/,
|
||||
loader: ExtractTextPlugin.extract(
|
||||
'style-loader', 'css-loader') },
|
||||
{ test: /\.(woff2?|ttf|eot|svg|png|jpe?g|gif)$/,
|
||||
{ test: /\.(woff2?|ttf|eot|svg|png|jpe?g|gif)($|\?)/,
|
||||
loader: 'file' }
|
||||
]
|
||||
},
|
||||
@ -170,7 +170,7 @@ Now you need to include the files in your template. This will do it:
|
||||
|
||||
```html+jinja
|
||||
<link rel="stylesheet" href="{{
|
||||
'/static/gen/styles.css'|asseturl }}">
|
||||
'/static/gen/styles.css'|url }}">
|
||||
<script type=text/javascript src="{{
|
||||
'/static/gen/app.js'|asseturl }}" charset="utf-8"></script>
|
||||
'/static/gen/app.js'|url }}" charset="utf-8"></script>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user