Skip to content
View yyclaw's full-sized avatar
🔞
🔞
  • Ant International
  • Hangzhou, China

Block or report yyclaw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    dotfiles for me

  2. rails_emoji rails_emoji Public

    Emoji for Ruby on Rails

    Ruby 77 18

  3. base.sass base.sass Public

    Awesome Extensions For Sass

    CSS 57 6

  4. railstyle-router railstyle-router Public

    Rails-like routing for Express 3.x

    JavaScript 13 2

  5. jekyll-cli jekyll-cli Public

    CLI for Jekyll by NodeJS

    JavaScript 44 2

  6. Pagination for Jekyll site Pagination for Jekyll site
    1
    {% if paginator.total_pages > 1 %}
    2
    <!-- Pagination -->
    3
    <div class="pagination">
    4
      {% if paginator.previous_page %}
    5
        <a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>