Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The EssentialsX website hosted at https://essentialsx.net.

This website is a static site generated using [Saber](https://saber.land/). The site uses the [Bulma](https://bulma.io) and [Buefy](https://buefy.org) frameworks.
This website is a static site generated using [Saber](https://saber.egoist.dev/). The site uses the [Bulma](https://bulma.io) and [Buefy](https://buefy.org) frameworks.

## Building

Expand Down
1 change: 1 addition & 0 deletions pages/community.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div>
<link rel="shortcut icon" href="/favicon.ico" />
<div class="hero is-primary">
<div class="hero-body">
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions pages/discord.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div>
<link rel="shortcut icon" href="/favicon.ico" />
<div class="hero is-primary">
<div class="hero-body">
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions pages/downloads.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div>
<link rel="shortcut icon" href="/favicon.ico" />
<div class="hero is-primary">
<div class="hero-body">
<div class="container">
Expand Down
1 change: 1 addition & 0 deletions pages/dump.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div>
<link rel="shortcut icon" href="/favicon.ico" />
<div class="hero is-primary">
<div class="hero-body">
<div class="container">
Expand Down
Binary file added pages/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div>
<Navbar :hero="true" />
<link rel="shortcut icon" href="/favicon.ico" />
<div class="hero is-primary is-bold is-medium">
<div class="hero-body has-text-centered spin">
<h1 class="title is-1">It's in the name.</h1>
Expand Down