Skip to content

Commit 3c220c1

Browse files
committed
update
1 parent 8668646 commit 3c220c1

10 files changed

+13
-22
lines changed

.gitmodules

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
path = _includes
33
url = https://github.com/PosetMage/Jekyll_includes.git
44
branch = main
5-
[submodule "assets"]
6-
path = assets
7-
url = https://github.com/PosetMage/jekyll_assets.git
8-
branch = main
5+
96
[submodule "_layouts/page"]
107
path = _layouts/page
118
url = https://github.com/PosetMage/jekyll_layouts.git

BingSiteAuth.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
2626
end
2727

2828
# Performance-booster for watching directories on Windows
29-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
29+
gem "wdm"
3030

3131
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3232
# do not have a Java counterpart.

_layouts/base.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@
2323
</span>
2424
</label>
2525

26-
<div class="trigger">
27-
<a class="page-link" href="/About/">About</a>
28-
<a class="page-link" href="/Frontend/">Frontend</a>
29-
<a class="page-link" href="/Backend/">Backend</a>
30-
<a class="page-link" href="/Others/">Others</a>
31-
</div>
26+
<div class="trigger"></div>
3227
</nav>
3328
</div>
3429
</header>
@@ -43,9 +38,9 @@
4338

4439
{%- include footer.html -%}
4540

46-
<script src="{{ '/assets/js/EmailEncoder.js' | relative_url }}"></script>
47-
48-
<script src="{{ '/assets/js/SearchSite.js' | relative_url }}"></script>
41+
<script src="https://posetmage.com/cdn/js/EmailEncoder.js"></script>
42+
<script src="https://posetmage.com/cdn/js/SearchSite.js"></script>
43+
<script src="https://posetmage.com/cdn/js/PageTrigger.js"></script>
4944

5045
</body>
5146

assets

Lines changed: 0 additions & 1 deletion
This file was deleted.

google060a54a1695ed1eb.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

google48272c50abd5cf42.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google48272c50abd5cf42.html

trigger.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<a class="page-link" href="/About/">About</a>
2+
<a class="page-link" href="/Frontend/">Frontend</a>
3+
<a class="page-link" href="/Backend/">Backend</a>
4+
<a class="page-link" href="/Others/">Others</a>

0 commit comments

Comments
 (0)