Skip to content

Commit

Permalink
switch to leaf, dropdown not working
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Jul 9, 2024
1 parent 6ad4709 commit e1cbba5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _posts/2023-08-31-javascript-binary-calculator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Binary Calculator
layout: default
layout: post
description: A Binary Math illustrative application using HTML, Liquid, and JavaScript.
categories: [Javascript]
permalink: /frontend/binary-calculator
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-08-31-javascript-calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: JS Calculator
comments: true
hide: true
layout: default
layout: post
description: A common way to become familiar with a language is to build a calculator. This calculator shows off button with actions.
permalink: /frontend/js-calculator
categories: [Javascript]
Expand Down
6 changes: 3 additions & 3 deletions _sass/minima/custom-styles.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Comment in or Uncomment out the following themes to use them

// Options for a themes
@import "minima/dracula/_dracula";
//@import "minima/leaf/_leaf"; //Leaf theme
//@import "minima/dracula/_dracula";
@import "minima/leaf/_leaf"; //Leaf theme
//@import "minima/hamilton/main"; //Hamilton theme
//@import "minima/monophase/main"; //Monophase theme
//@import "minima/hacker/jekyll-theme-hacker"; //Hacker theme
Expand All @@ -11,5 +11,5 @@

// Styles for nighthawk theme, do not remove
@import "minima/nighthawk/calculator-button";
@import "minima/nighthawk/dropdown-menu.scss";
//@import "minima/nighthawk/dropdown-menu.scss";
@import "minima/nighthawk/platformer-game.scss";

0 comments on commit e1cbba5

Please sign in to comment.