mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
update templates for webdog
This commit is contained in:
parent
f1d3d44ebf
commit
bb8c8a725f
5 changed files with 31 additions and 31 deletions
|
@ -1,9 +1,9 @@
|
|||
{% extends "base.tera" %}
|
||||
{% block content %}
|
||||
<h1>{{ title }}</h1>
|
||||
<h1>{{ data.title }}</h1>
|
||||
<div class="link-list">
|
||||
<ul>
|
||||
{% for link in links %}
|
||||
{% for link in data.links %}
|
||||
<li><a href="{{link.link}}">{{link.title}}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue