fix Augenkrebs in dashboard
This commit is contained in:
parent
28162d7ca9
commit
440787ff67
@ -27,9 +27,9 @@
|
|||||||
|
|
||||||
<%def name="make(comment)">
|
<%def name="make(comment)">
|
||||||
|
|
||||||
<article data-path="${quote(comment.path)}" data-id="${comment.id}">
|
<article class="isso" data-path="${quote(comment.path)}" data-id="${comment.id}">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="${comment.path}">${comment.path}</a></h1>
|
<!-- <span class="title"><a href="${comment.path}">${comment.path}</a></span> -->
|
||||||
<span class="created">${strftime('%a %d %B %Y', gmtime(comment.created))}</span>
|
<span class="created">${strftime('%a %d %B %Y', gmtime(comment.created))}</span>
|
||||||
<span class="author">
|
<span class="author">
|
||||||
% if comment.website:
|
% if comment.website:
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<%block name="js" />
|
<%block name="js" />
|
||||||
</script>
|
</script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/static/style.css" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user