mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
updated the theme
This commit is contained in:
parent
b47845ea7c
commit
ddb9f4ef45
2 changed files with 7 additions and 5 deletions
|
@ -55,7 +55,7 @@ a:link, a:visited {
|
|||
}
|
||||
a:hover, a:active {
|
||||
background-color: #C74350;
|
||||
color: #fff;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
text-shadow: 1px 1px 1px #333;
|
||||
}
|
||||
|
|
|
@ -3,13 +3,15 @@
|
|||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<article>
|
||||
<header> <h1 class="entry-title"><a href="{{ pagename }}" rel="bookmark" title="Permalink to {{ article.title }}">
|
||||
{{ article.title }}</a></h1> {% include 'twitter.html' %} </header>
|
||||
<div class="entry-content">
|
||||
|
||||
<header>
|
||||
<abbr class="published" title="{{ article.date.isoformat() }}">
|
||||
{{ article.locale_date }}
|
||||
</abbr>
|
||||
<h1 class="entry-title"><a href="{{ pagename }}" rel="bookmark" title="Permalink to {{ article.title }}">
|
||||
{{ article.title }}</a></h1>
|
||||
{% include 'twitter.html' %} </header>
|
||||
<div class="entry-content">
|
||||
|
||||
{{ article.content }}
|
||||
|
||||
<div class="info">
|
||||
|
|
Loading…
Reference in a new issue