Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
camp2023-infos
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
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab 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
infra
static pages
camp2023-infos
Merge requests
!45
add rss feed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
add rss feed
mkdocs-rss
into
main
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
add rss feed
psy
requested to merge
mkdocs-rss
into
main
Jul 23, 2023
Overview
0
Commits
1
Pipelines
0
Changes
4
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
9b83b545
1 commit,
Jul 23, 2023
4 files
+
20
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
theme_customization/main.html
0 → 100644
+
7
−
0
View file @ 9b83b545
Edit in single-file editor
Open in Web IDE
{% extends "base.html" %}
{% block extrahead %}
<!-- RSS Feed -->
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed of created content"
href=
"{{ config.site_url }}feed_rss_created.xml"
>
<link
rel=
"alternate"
type=
"application/rss+xml"
title=
"RSS feed of updated content"
href=
"{{ config.site_url }}feed_rss_updated.xml"
>
{% endblock %}
\ No newline at end of file
Loading