Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

trivial css issue: biglinks css in footer not defined. #89

Open
markvonparty opened this issue Mar 30, 2020 · 0 comments
Open

trivial css issue: biglinks css in footer not defined. #89

markvonparty opened this issue Mar 30, 2020 · 0 comments

Comments

@markvonparty
Copy link

Really great project 馃憤 I looked inside the style.css; I could not find class="biglinks" defined in the footer.mustache:

        <div class="biglinks">
          {{#previous_page}}
              <a class="left" href="{{{url}}}/{{{previous_page}}}">&larr; Previous Page</a>
          {{/previous_page}}
          {{#next_page}}
              <a class="right" href="{{{url}}}/{{{next_page}}}">Next Page &rarr;</a>
          {{/next_page}}
        </div><!--end biglinks-->
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant