Compare commits
No commits in common. "a26cff6d5d45dc5ee33ca6144a0c19d0457e3e36" and "4ef3c835d0a9cd3b2e8b75794105a1fdde6bb6b1" have entirely different histories.
a26cff6d5d
...
4ef3c835d0
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
> See section [Modifications](#user-content-modifications)
|
||||
|
||||
# Casper
|
||||
|
||||
The default theme for [Ghost](http://github.com/tryghost/ghost/). This is the latest development version of Casper! If you're just looking to download the latest release, head over to the [releases](https://github.com/TryGhost/Casper/releases) page.
|
||||
|
@ -22,7 +22,8 @@ A few things added/removed:
|
|||
const landing_page_links = [
|
||||
{service: 'envelope', href:'your-email@provider.com'},
|
||||
{service: 'github', href:'https://www.github.com/username'},
|
||||
....
|
||||
{service: 'linkedin', href: 'https://www.linkedin.com/in/sagi-dayan-651a5485'},
|
||||
{service: 'twitter', href: 'https://twitter.com/sagidayan'},
|
||||
];
|
||||
</script>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue