Skip to content

Commit 8314b3e

Browse files
committed
for css
1 parent 65320af commit 8314b3e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.gitmodules

+5
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66
[submodule "_layouts"]
77
path = _layouts
88
url = ../posetmage_layouts.git
9+
branch = main
10+
11+
[submodule "assets"]
12+
path = assets
13+
url = ../Jekyll_assets.git
914
branch = main

index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ layout: base
66

77
<div id="subbrands"></div>
88

9-
<script src="https://posetmage.com/assets/js/Sub_Brands.js"></script>
10-
11-
<meta http-equiv="refresh" content="0; url=https://posetmage.com/home/" />
9+
<script src="https://posetmage.com/assets/js/Sub_Brands.js"></script>

trigger.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<a class="page-link" href="/home/About/">About</a>
2-
<a class="page-link" href="/home/Contact/">Contact</a>
1+
<a class="page-link" href="/About/">About</a>
2+
<a class="page-link" href="/Contact/">Contact</a>

0 commit comments

Comments
 (0)