123456789101112131415161718192021222324 |
- title: Blog
- post: Mun Landing
- date: 2012-12-16
- comments: true
- flattr: true
- twitter: xythobuz
- ---
-
- ## {{ page["post"] }}
- <!--%
- from datetime import datetime
- date = datetime.strptime(page["date"], "%Y-%m-%d").strftime("%B %d, %Y")
- print "*Posted at %s.*" % date
- %-->
-
- Finally... I did it! And now I also know the difference between Type A and Type B Solar Panels...
-
- [![Screenshot 1][1]][2]
- [![Screenshot 2][3]][4]
-
- [1]: img/mun1_small.png
- [2]: img/mun1.png
- [3]: img/mun2_small.png
- [4]: img/mun2.png
|