Removed refs to BirbMC (#3) #4
|
@ -5,7 +5,7 @@ rm -rf dist_bk/
|
|||
cp -r dist/ dist_bk/
|
||||
|
||||
# Get new dist
|
||||
wget https://git.birbmc.com/BirbMC/birbmc.com/releases/download/latest/dist.tar.gz
|
||||
wget https://git.jojodev.com/Minecraft/website/releases/download/latest/dist.tar.gz
|
||||
|
||||
# Replace existing dist with new dist
|
||||
rm -rf dist/
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -95,5 +95,5 @@ $fa-font-path: "../webfonts";
|
|||
@import "layout/footer";
|
||||
@import "layout/wrapper";
|
||||
|
||||
// BirbMC
|
||||
@import "birbmc";
|
||||
// CanopyMC
|
||||
@import "canopymc";
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<p class="copyright">
|
||||
© BirbMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
|
||||
© CanopyMC. Design: <a href="https://html5up.net">HTML5 UP</a>.
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue