This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="stylesheet" href="provincely.css"> | |
| <!-- Note: double-check @import paths for font files --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul class="provincely"> | |
| <li data-province="ab" class="ab">a</li> | |
| <li data-province="bc" class="bc">b</li> | |
| <li data-province="mb" class="mb">c</li> | |
| <li data-province="nb" class="nb">d</li> | |
| <li data-province="nl" class="nl">e</li> | |
| <li data-province="ns" class="ns">f</li> | |
| <li data-province="nt" class="nt">g</li> | |
| <li data-province="nu" class="nu">h</li> | |
| <li data-province="on" class="on">i</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Add to functions.php of Wordpress theme. This function will add | |
| <a href="[permalink]" class="readmore">More »</a> | |
| at the end of the excerpt. |
NewerOlder