diff options
author | 53hornet <53hornet@gmail.com> | 2019-03-30 18:06:37 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-03-30 18:06:37 -0400 |
commit | 66f8772c495d78240d89c2a5eaa97789c27ce12f (patch) | |
tree | cde409ab589ec4d262e0a47a85fb249fb2edb47a /_site/posts/2019-03-30-post-1.html | |
parent | 59b54b5a83b671f4ce43d5dcc9782f451325f432 (diff) | |
download | cobalt-site-66f8772c495d78240d89c2a5eaa97789c27ce12f.tar.xz cobalt-site-66f8772c495d78240d89c2a5eaa97789c27ce12f.zip |
Added _site to gitignore.
Diffstat (limited to '_site/posts/2019-03-30-post-1.html')
-rw-r--r-- | _site/posts/2019-03-30-post-1.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_site/posts/2019-03-30-post-1.html b/_site/posts/2019-03-30-post-1.html deleted file mode 100644 index 1dd280a..0000000 --- a/_site/posts/2019-03-30-post-1.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta charset="utf-8"> - <title>First Post</title> - <link rel="stylesheet" href="bulma.css"> - </head> - <body> - <div> - <h2 class="title">First Post</h2> - <h1>This is our first Post!</h1> -<p>Welcome to the first post ever on cobalt.rs!</p> - - </div> - </body> -</html> |