mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Use Webpack Encore
This commit is contained in:
parent
04e757dcc8
commit
f261247766
18 changed files with 1271 additions and 256 deletions
|
@ -17,12 +17,8 @@
|
|||
<meta name="twitter:site" content="@wallabagapp" />
|
||||
<meta name="twitter:title" content="{{ entry.title|e|raw }}" />
|
||||
<meta name="twitter:description" content="{{ entry.content|striptags|slice(0, 300)|raw }}…" />
|
||||
{% if app.debug %}
|
||||
<script src="{{ asset('build/public.dev.js') }}"></script>
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="{{ asset('build/public.css') }}">
|
||||
{% endif %}
|
||||
|
||||
{{ encore_entry_link_tags('public') }}
|
||||
</head>
|
||||
<body>
|
||||
<header class="block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue