added favarites page
This commit is contained in:
30
content/favs/favs.md
Normal file
30
content/favs/favs.md
Normal file
@@ -0,0 +1,30 @@
|
||||
+++
|
||||
title = "Fovorites"
|
||||
+++
|
||||
|
||||
Relax
|
||||
=====
|
||||
[Youtube](https://www.youtube.com/feed/subscriptions)
|
||||
-----------------------------------------------------
|
||||
| [Level1Techs](https://www.youtube.com/channel/UC4w1YQAJMWOz4qtxinq55LQ)
|
||||
| [Hak5](https://www.youtube.com/user/Hak5Darren)
|
||||
| [Tested](https://www.youtube.com/user/testedcom)
|
||||
|
|
||||
|
||||
[reddit](https://www.reddit.com/r/all/)
|
||||
---------------------------------------
|
||||
| [r/technology](https://www.reddit.com/r/technology/)
|
||||
| [r/science](https://www.reddit.com/r/science/)
|
||||
| [r/canada](https://www.reddit.com/r/canada/)
|
||||
| [r/worldnews](https://www.reddit.com/r/worldnews/)
|
||||
| [r/ProgrammerHumor](https://www.reddit.com/r/ProgrammerHumor/)
|
||||
|
|
||||
|
||||
Getting Stuff Done
|
||||
==================
|
||||
|
||||
[School](https://www.uoit.ca)
|
||||
-----------------------------
|
||||
| [MyCampus](uoit.ca/mycampus/)
|
||||
| [Blackboard](uoit.blackboard.com)
|
||||
|
|
||||
11
layouts/favs/single.html
Normal file
11
layouts/favs/single.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ partial "header.html" . }}
|
||||
<div class="postBody">
|
||||
<div class="post">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<div class="content">
|
||||
{{ .TableOfContents }}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
2
public
2
public
Submodule public updated: 810d2009c5...70a3608188
Reference in New Issue
Block a user