{{ article.title }}
{{ article.title }}
+ {{ article.summary }}
-
+ {{ article.summary }}
+
+ diff --git a/themes/varia/static/css/stylesheet.css b/themes/varia/static/css/stylesheet.css index e69de29b..87d29065 100644 --- a/themes/varia/static/css/stylesheet.css +++ b/themes/varia/static/css/stylesheet.css @@ -0,0 +1,13 @@ +body{ + /*background-color:yellow;*/ +} + +#content .post{ + position: relative; + display: inline-block; + width: 250px; + vertical-align: top; +} + #content .post img{ + width: 250px; + } \ No newline at end of file diff --git a/themes/varia/templates/index.html b/themes/varia/templates/index.html index ab4bc345..1e495bbd 100644 --- a/themes/varia/templates/index.html +++ b/themes/varia/templates/index.html @@ -7,8 +7,12 @@