1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

Add css on share public page

This commit is contained in:
Thomas Citharel 2017-06-22 12:15:24 +02:00
parent 6b1b148d65
commit 77255d6688
9 changed files with 17 additions and 3 deletions

View file

@ -14,6 +14,11 @@
<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 }}&hellip;" />
{% if not app.debug %}
<link rel="stylesheet" href="{{ asset('bundles/wallabagcore/public.css') }}">
{% endif %}
<script src="{{ asset('bundles/wallabagcore/public' ~ (app.debug ? '.dev' : '') ~ '.js') }}"></script>
</head>
<body>
<header>