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
Compare revisions
caf03ff767896b8f82d7e5581431f8f31efb4049 to 6f57251d58b60ee190dbecd1d438e771eb6c331d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
6f57251d58b60ee190dbecd1d438e771eb6c331d
Select Git revision
Branches
master
set-max-carousel-img-height
Swap
Target
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
caf03ff767896b8f82d7e5581431f8f31efb4049
Select Git revision
Branches
master
set-max-carousel-img-height
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Add page_text template
· 6f57251d
Nik | Klampfradler
authored
4 years ago
Verified
6f57251d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/page_text.html
+11
-0
11 additions, 0 deletions
templates/page_text.html
with
11 additions
and
0 deletions
templates/page_text.html
0 → 100644
View file @
6f57251d
{% extends "base.html" %}
{% block content %}
<section
class=
'page_content'
>
<div
class=
"container"
>
{% if page %}
{{ page.content }}
{% endif %}
</div>
</section>
{% endblock content %}
This diff is collapsed.
Click to expand it.