Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Aether Theme - MediaWiki
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Websites
Aether Theme - MediaWiki
Commits
2a4e00ad
Commit
2a4e00ad
authored
Jul 14, 2019
by
Carl Schwan
🚴
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
Fix broken relative links in page footer See merge request
!1
parents
868bb3f2
1d7e2628
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
AetherTemplate.php
AetherTemplate.php
+9
-9
No files found.
AetherTemplate.php
View file @
2a4e00ad
...
...
@@ -269,9 +269,9 @@ class AetherTemplate extends BaseTemplate {
<nav
class=
"col-sm"
>
<h3>
Products
</h3>
<a
href=
"/plasma-desktop"
>
Plasma
</a>
<a
href=
"/applications/"
>
KDE Applications
</a>
<a
href=
"/products/frameworks/"
>
KDE Frameworks
</a>
<a
href=
"
https://kde.org
/plasma-desktop"
>
Plasma
</a>
<a
href=
"
https://kde.org
/applications/"
>
KDE Applications
</a>
<a
href=
"
https://kde.org
/products/frameworks/"
>
KDE Frameworks
</a>
<a
href=
"https://plasma-mobile.org/overview/"
>
Plasma Mobile
</a>
<a
href=
"https://neon.kde.org/"
>
KDE neon
</a>
<a
href=
"https://wikitolearn.org/"
target=
"_blank"
>
WikiToLearn
</a>
...
...
@@ -287,7 +287,7 @@ class AetherTemplate extends BaseTemplate {
<nav
class=
"col-sm"
>
<h3>
News
&
Press
</h3>
<a
href=
"/announcements/"
>
Announcements
</a>
<a
href=
"
https://kde.org
/announcements/"
>
Announcements
</a>
<a
href=
"https://dot.kde.org/"
>
KDE.news
</a>
<a
href=
"https://planetkde.org/"
>
Planet KDE
</a>
<a
href=
"https://www.kde.org/screenshots"
>
Screenshots
</a>
...
...
@@ -298,11 +298,11 @@ class AetherTemplate extends BaseTemplate {
<h3>
Resources
</h3>
<a
href=
"https://community.kde.org/Main_Page"
>
Community Wiki
</a>
<a
href=
"https://userbase.kde.org/"
>
UserBase Wiki
</a>
<a
href=
"/stuff/"
>
Miscellaneous Stuff
</a>
<a
href=
"/support/"
>
Support
</a>
<a
href=
"/support/international.php"
>
International Websites
</a>
<a
href=
"/download/"
>
Download KDE Software
</a>
<a
href=
"/code-of-conduct/"
>
Code of Conduct
</a>
<a
href=
"
https://kde.org
/stuff/"
>
Miscellaneous Stuff
</a>
<a
href=
"
https://kde.org
/support/"
>
Support
</a>
<a
href=
"
https://kde.org
/support/international.php"
>
International Websites
</a>
<a
href=
"
https://kde.org
/download/"
>
Download KDE Software
</a>
<a
href=
"
https://kde.org
/code-of-conduct/"
>
Code of Conduct
</a>
</nav>
<nav
class=
"col-sm"
>
...
...
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