Improvements on the news app. It's not nearly done yet, don't bother playing with it for a while unless you're really curious and want to see ugly, un-refined code :)
This commit is contained in:
parent
9db148f98c
commit
648bee599e
8 changed files with 160 additions and 13 deletions
|
|
@ -18,7 +18,7 @@
|
|||
{% block header_ext %}
|
||||
{% endblock %}
|
||||
|
||||
<title>{{game_name}}</title>
|
||||
<title>{{game_name}} - {{page_title}}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<div class="superHeader">
|
||||
<span>Related Sites:</span>
|
||||
<a href="http://evennia.com" title="The Python-based MUD server">Evennia</a> |
|
||||
<a href="http://www.oswd.org/userinfo.phtml?user=haran" title="Other designs by haran">haran’s Designs</a>
|
||||
<a href="http://www.oswd.org/designs/search/designer/id/3013/" title="Other designs by haran">haran’s Designs</a>
|
||||
</div>
|
||||
|
||||
<div class="midHeader">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue