diff options
author | 2022-05-11 17:54:49 +0200 | |
---|---|---|
committer | 2022-05-11 17:54:49 +0200 | |
commit | 7f9eab3496416e89227e6e0b851938e5f5c06b5c (patch) | |
tree | 5502787b8a2f79509779a2ad600fdbcbd55d4705 | |
parent | f68563b43f099af4616518387364ed7d27e900d8 (diff) | |
download | website-7f9eab3496416e89227e6e0b851938e5f5c06b5c.tar.gz website-7f9eab3496416e89227e6e0b851938e5f5c06b5c.zip |
Change copyright year
-rw-r--r-- | master.rhtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/master.rhtml b/master.rhtml index 84f68d7..32570d5 100644 --- a/master.rhtml +++ b/master.rhtml @@ -17,10 +17,13 @@ <!-- Custom styles for this template --> <link href="/assets/css/theme.css" rel="stylesheet"> <link href="/assets/css/custom.css" rel="stylesheet"> + <link href="/assets/css/sidebars.css" rel="stylesheet"> </head> <body> <%= render "navigation.rhtml.inc" %> - <div class="container" style="padding-bottom: 20pt; padding-top: 20pt"> + + <div id="container" + class="container-fluid" style="padding-top: 10pt; padding-bottom: 20pt"> <%= render @pageFileName %> </div> @@ -28,7 +31,7 @@ <div class="container"> <div class="row"> <div class="col-md-4"> - <p class="text-muted">© 2016 - 2021 Alessandro Iezzi</p> + <p class="text-muted">© 2016 - 2022 Alessandro Iezzi</p> <p class="text-muted">P. IVA: 02509650699</p> <p class="text-muted"> <a href="https://alessandroiezzi.it/weblabels.html" |