add subreddit
This commit is contained in:
parent
a711a2c084
commit
557a0bd65c
|
@ -37,6 +37,9 @@ const Layout = ({ location, title, children }) => {
|
|||
<li className="nav-item">
|
||||
<Link to="https://www.youtube.com/channel/UC1-yjDec5VDtia5s1gcMw4A" className="nav-link">YouTube</Link>
|
||||
</li>
|
||||
<li className="nav-item">
|
||||
<Link to="https://www.reddit.com/r/lingdocs" className="nav-link">Reddit</Link>
|
||||
</li>
|
||||
<li className="nav-item">
|
||||
<Link to="https://www.twitter.com/@lingdocs" className="nav-link">Twitter</Link>
|
||||
</li>
|
||||
|
@ -68,6 +71,14 @@ const Layout = ({ location, title, children }) => {
|
|||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li className="list-inline-item">
|
||||
<a href="https://www.reddit.com/r/lingdocs">
|
||||
<span className="fa-stack fa-lg">
|
||||
<i className="fas fa-circle fa-stack-2x"></i>
|
||||
<i className="fab fa-reddit fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li className="list-inline-item">
|
||||
<a href={`https://twitter.com/${twitter}`}>
|
||||
<span className="fa-stack fa-lg">
|
||||
|
|
Loading…
Reference in New Issue