1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Add share.scss file

Still needs to include it in the twig template
This commit is contained in:
Jeremy Benoist 2017-06-20 07:14:37 +02:00 committed by Thomas Citharel
parent 789c46821d
commit 6b1b148d65
2 changed files with 407 additions and 26 deletions

View file

@ -1,32 +1,6 @@
<html>
<head>
<title>{{ entry.title|e|raw }}</title>
<style>
body {
margin: 10px;
font-family: 'Roboto',Verdana,Geneva,sans-serif;
font-size: 16px;
color: #000;
}
header {
text-align: center;
}
header h1 {
font-size: 1.3em;
}
a,
a:hover,
a:visited {
color: #000;
}
article {
margin: 0 auto;
width: 900px;
}
</style>
<meta property="og:title" content="{{ entry.title|e|raw }}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{{ app.request.uri }}" />