diff --git a/README.md b/README.md index f876b6d..776dfdf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# transmet +# transmet ![thrree eyed smiley face](https://raw.githubusercontent.com/dballard/transmet/master/favicon.ico) Quick fast personal link store that exports to a HTML template for quick posting to a blog Usecase: storing interesting news articles you come across during a week with at the moment notes/commentary and diff --git a/css/sticky-footer-navbar.css b/css/sticky-footer-navbar.css new file mode 100644 index 0000000..d8eeea5 --- /dev/null +++ b/css/sticky-footer-navbar.css @@ -0,0 +1,39 @@ +/* Sticky footer styles +-------------------------------------------------- */ +html { + position: relative; + min-height: 100%; +} +body { + /* Margin bottom by footer height */ + margin-bottom: 60px; +} +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + background-color: #f5f5f5; +} + + +/* Custom page CSS +-------------------------------------------------- */ +/* Not required for template or sticky footer method. */ + +body > .container { + padding: 60px 15px 0; +} +.container .text-muted { + margin: 20px 0; +} + +.footer > .container { + padding-right: 15px; + padding-left: 15px; +} + +code { + font-size: 80%; +} \ No newline at end of file diff --git a/templates/layout.html b/templates/layout.html index 68b74e2..fd1262a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,6 +9,7 @@ + @@ -17,11 +18,10 @@ - - +
{{template "body" .}}
+ +