forked from Minecraft/website
Resolves #3 + Updated footer on MD pages + Renamed \_birbmc.scss to \_canopymc.scss + Pointed update script at jojodev Reviewed-on: Minecraft/website#4 Co-authored-by: Joey Hines <joey@ahines.net> Co-committed-by: Joey Hines <joey@ahines.net>issue/2^2
parent
bbeccf95ad
commit
4fd7ba19cb
|
@ -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