Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pelican-theme-teckids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
Team PR
pelican-theme-teckids
Commits
aa1b590d
Commit
aa1b590d
authored
4 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch 'license-notice' into 'master'
Add license notice, closes
#12
Closes
#12
See merge request
!6
parents
0aaf2793
4c301b76
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Add license notice, closes #12
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
static/css/style.css
+4
-0
4 additions, 0 deletions
static/css/style.css
templates/article.html
+3
-1
3 additions, 1 deletion
templates/article.html
templates/page.html
+3
-0
3 additions, 0 deletions
templates/page.html
templates/page_text.html
+3
-0
3 additions, 0 deletions
templates/page_text.html
with
13 additions
and
1 deletion
static/css/style.css
+
4
−
0
View file @
aa1b590d
...
...
@@ -50,6 +50,10 @@ ul.dropdown-menu > li.active > a {
color
:
#f8f8f8
;
}
.licence
{
text-align
:
center
;
}
footer
#main-footer
{
background
:
var
(
--teckids-secondary-light
);
color
:
#ffffff
;
...
...
This diff is collapsed.
Click to expand it.
templates/article.html
+
3
−
1
View file @
aa1b590d
...
...
@@ -84,7 +84,9 @@
</div>
</div>
</section>
{% if article.metadata.licence %}
<p
class=
"licence"
>
{{ LICENCETEXTS[article.lang] }} {{ article.metadata.licence }}.
</p>
{% endif %}
{% endblock content %}
{% block sponsorstext %}
...
...
This diff is collapsed.
Click to expand it.
templates/page.html
+
3
−
0
View file @
aa1b590d
...
...
@@ -38,4 +38,7 @@
{{ page.content }}
{% endif %}
</section>
{% if page and page.metadata.licence %}
<p
class=
"licence"
>
{{ LICENCETEXTS["de"] }} {{ page.metadata.licence }}
</p>
{% endif %}
{% endblock content %}
This diff is collapsed.
Click to expand it.
templates/page_text.html
+
3
−
0
View file @
aa1b590d
...
...
@@ -9,4 +9,7 @@
{% endif %}
</div>
</section>
{% if page and page.metadata.licence %}
<p
class=
"licence"
>
{{ LICENCETEXTS["de"] }} {{ page.metadata.licence }}
</p>
{% endif %}
{% endblock content %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment