first commit
This commit is contained in:
28
libretube-theme/templates/author.html
Normal file
28
libretube-theme/templates/author.html
Normal file
@@ -0,0 +1,28 @@
|
||||
{% extends "index.html" %}
|
||||
|
||||
{% block extra_head %}
|
||||
<meta name="author" content="{{ author }}">
|
||||
<meta name="description" content="{% trans %}Artículos escritos por {{ author }} en LibreTube.{% endtrans %}">
|
||||
<meta name="keywords" content="{% trans %}articulista,artículos,author,autor {{ author }},escritor,{{ author }}{% endtrans %}">
|
||||
<style>
|
||||
.card-content-header {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
||||
{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
|
||||
{% block menu_header %}{% endblock menu_header %}
|
||||
|
||||
{% block content %}
|
||||
<!-- title -->
|
||||
<div class="row">
|
||||
<div class="col-md-12 mx-auto text-justify">
|
||||
<hr>
|
||||
<h4 class="tab">{% trans %}Autor: {{ author }}{% endtrans %}</h4>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
<!-- title -->
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user