Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
loopp-homepage
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
soundship
loopp-homepage
Commits
89df2aca
Commit
89df2aca
authored
May 16, 2019
by
Georg Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add article template
parent
7af3c0c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
themes/openAV-Luppp/templates/article.html
themes/openAV-Luppp/templates/article.html
+32
-0
No files found.
themes/openAV-Luppp/templates/article.html
0 → 100644
View file @
89df2aca
{% extends "base.html" %}
{% block content %}
<div
class=
"page-wrapper"
>
<div
class=
"content"
>
<div
class=
"pure-g"
>
<div
class=
"l-box-lrg pure-u-md-1-5"
></div>
<div
class=
"l-box-lrg pure-u-1 pure-u-md-3-5"
>
<article>
<header>
<h2><a
href=
"{{ SITEURL }}/{{ article.url }}"
rel=
"bookmark"
title=
"Permalink to {{ article.title|striptags }}"
>
{{ article.title }}
</a></h2>
</header>
<footer>
Published on
<time
datetime=
"{{ article.date.isoformat() }}"
>
{{ article.locale_date }}
</time>
<address>
By
{% for author in article.authors %}
<a
class=
"url fn"
href=
"{{ SITEURL }}/{{ author.url }}"
>
{{ author }}
</a>
{% endfor %}
</address>
</footer>
<section>
{{ article.content }}
</section>
</article>
</div>
</div>
</div>
</div>
{% endblock %}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment