mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-29 03:52:38 +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 {
|
a:hover, a:active {
|
||||||
background-color: #C74350;
|
background-color: #C74350;
|
||||||
color: #fff;
|
color: #000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 1px 1px 1px #333;
|
text-shadow: 1px 1px 1px #333;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,13 +3,15 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section id="content" class="body">
|
<section id="content" class="body">
|
||||||
<article>
|
<article>
|
||||||
<header> <h1 class="entry-title"><a href="{{ pagename }}" rel="bookmark" title="Permalink to {{ article.title }}">
|
<header>
|
||||||
{{ article.title }}</a></h1> {% include 'twitter.html' %} </header>
|
|
||||||
<div class="entry-content">
|
|
||||||
|
|
||||||
<abbr class="published" title="{{ article.date.isoformat() }}">
|
<abbr class="published" title="{{ article.date.isoformat() }}">
|
||||||
{{ article.locale_date }}
|
{{ article.locale_date }}
|
||||||
</abbr>
|
</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 }}
|
{{ article.content }}
|
||||||
|
|
||||||
<div class="info">
|
<div class="info">
|
||||||
|
|
Loading…
Reference in a new issue