mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update the notmyidea theme.
This commit is contained in:
parent
cca783ce91
commit
fc9c8e4d2b
2 changed files with 2 additions and 2 deletions
1
TODO
1
TODO
|
|
@ -2,4 +2,3 @@
|
|||
* Find a way to extend the existing templates instead of rewriting all from
|
||||
scratch.
|
||||
* find a better way to specify the templates
|
||||
* find a better way to get the date (replaced in dvcses for instances)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}{{ article.title }}{% endblock %}
|
||||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<article>
|
||||
<header> <h2 class="entry-title"><a href="{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></h2> </header>
|
||||
<header> <h2 class="entry-title"><a href="{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title }}</a></h2> </header>
|
||||
<div class="entry-content">
|
||||
<footer class="post-info">
|
||||
<abbr class="published" title="{{ article.date.isoformat() }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue