diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:09:01 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:09:01 +0200 |
commit | 067d7fa420f6f07f1a26586f293f92f7f40e3d05 (patch) | |
tree | 950fe474e0a859c302da2d3fc916c15ed0ea7bc8 | |
parent | 81437ab51e59a22a961c9a83a7b8af606ec6e4ff (diff) | |
download | main-067d7fa420f6f07f1a26586f293f92f7f40e3d05.tar.gz main-067d7fa420f6f07f1a26586f293f92f7f40e3d05.tar.bz2 main-067d7fa420f6f07f1a26586f293f92f7f40e3d05.zip |
Migrate to Gitea
-rw-r--r-- | .idea/workspace.xml | 8 | ||||
-rw-r--r-- | includes/header.php | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a7c6807..bf85be9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,8 @@ <project version="4">
<component name="ChangeListManager">
<list default="true" id="efd4dd1a-d09c-4a08-b9ea-ac28a5f96210" name="Default Changelist" comment="">
- <change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/includes/header.php" beforeDir="false" afterPath="$PROJECT_DIR$/includes/header.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -148,7 +146,9 @@ <workItem from="1628515885916" duration="803000" />
<workItem from="1629045529995" duration="667000" />
<workItem from="1629238263326" duration="617000" />
- <workItem from="1629581877363" duration="3137000" />
+ <workItem from="1629581877363" duration="3434000" />
+ <workItem from="1629706588281" duration="64000" />
+ <workItem from="1629741854142" duration="97000" />
</task>
<servers />
</component>
diff --git a/includes/header.php b/includes/header.php index ab9b33e..f4601f8 100644 --- a/includes/header.php +++ b/includes/header.php @@ -78,7 +78,6 @@ $Parsedown = new Parsedown(); <li><a href="/" class="dropdown-item"><span class="app-title"><img alt="" src="/logo.svg" class="app-icon"> Minteck's Space</span></a></li>
<li><a href="https://unchainedtech.minteck.ro.lt" class="dropdown-item"><span class="app-title"><img alt="" src="/static/apps/unchainedtech.png" class="app-icon"> UnchainedTech</span></a></li>
<li><a href="https://jetbrains.minteck.ro.lt/hub" class="dropdown-item"><img alt="" src="/static/apps/hub.svg" class="app-icon"> <span class="app-title">Minteck's Hub</span></a></li>
- <li><a href="https://jetbrains.minteck.ro.lt/youtrack" class="dropdown-item"><img alt="" src="/static/apps/youtrack.svg" class="app-icon"> <span class="app-title">YouTrack</span></a></li>
</ul>
</div>
</div>
|