diff --git a/_config.yml b/_config.yml index c5c64ae..bcf9420 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,9 @@ title: LegalFear.com email: ade@legalfear.com description: >- # this means to ignore newlines until "baseurl:" Thoughts and scribbles about the law, technology, and public policy - don't be afraid! -copyright: "© 2020 Adrian Bateman." +copyright: >- + © 2020 Adrian Bateman. Disclaimer: The posts on this site are provided AS IS with no warranties, and confer no rights.
+ The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way. baseurl: "" # the subpath of your site, e.g. /blog url: "https://legalfear.com" # the base hostname & protocol for your site, e.g. http://example.com logo: "/assets/logos/LegalFearLogo.svg" @@ -31,12 +33,12 @@ words_per_minute: 200 twitter_username: adrianba github_username: adrianba footer_links: + - title: LinkedIn + url: http://www.linkedin.com/in/adrianba + icon: fab fa-linkedin - title: Twitter url: https://twitter.com/adrianba icon: fab fa-twitter-square - - title: GitHub - url: https://github.com/adrianba - icon: fab fa-github-square - title: Feed url: atom.xml icon: fas fa-rss-square diff --git a/assets/css/skins/legal.scss b/assets/css/skins/legal.scss index 3c1e039..d719e1a 100644 --- a/assets/css/skins/legal.scss +++ b/assets/css/skins/legal.scss @@ -48,4 +48,8 @@ $base0f: #d33682 !default; } .page-title, .entry-title { font-style: normal; +} + +.page-content p { + text-indent: 0.5in; } \ No newline at end of file