Coder Social home page Coder Social logo

pixelyunicorn / 2019.melody.dev Goto Github PK

View Code? Open in Web Editor NEW
61.0 61.0 8.0 10.18 MB

🦐 Here lies the code to my (olde) website!

Home Page: https://2020.melody.dev/

License: GNU General Public License v3.0

Ruby 0.32% HTML 48.45% JavaScript 6.48% SCSS 44.76%

2019.melody.dev's People

Contributors

pixelyunicorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

2019.melody.dev's Issues

hidden post would show in previous/next post in post page

  • code that cause this bug(in the end of /_layouts/post.html):

      {% if page.previous %}{% unless page.previous.hidden %}
        <a class="prev uno button" href="{{page.previous.url}}">← {{page.previous.title}}</a>
      {% else %}{% if page.previous.previous %}
        <a class="prev uno button" href="{{page.previous.previous.url}}">← {{page.previous.previous.title}}</a>
      {% endif %}{% endunless %}{% endif %}
      
      {% if page.next %}{% unless page.next.hidden %}
        <a class="next uno button" href="{{page.next.url}}">{{page.next.title}} β†’</a>
      {% else %}{% if page.next.next %}
        <a class="next uno button" href="{{page.next.next.url}}">{{page.next.next.title}} β†’</a>
      {% endif %}{% endunless %}{% endif %}

I'm not family with jekyll template language😦,so It's a bit difficult for me to fix it.
By the way,thanks for your excellent work!πŸŽ‰πŸŽ‰πŸŽ‰

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.