retention page
This commit is contained in:
parent
e8ef494bf5
commit
6d51f2696e
@ -21,15 +21,35 @@
|
|||||||
|
|
||||||
<div class="content-container">
|
<div class="content-container">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="title-container container">
|
<div class="title-container container">
|
||||||
<h1>{{page.title}}</h1>
|
<h1>{{page.title}}</h1>
|
||||||
<h4>{{page.description}}</h4>
|
<h4>{{page.description}}</h4>
|
||||||
</div><br>
|
</div><br>
|
||||||
|
|
||||||
<div class="inner-content-container container">
|
<div class="inner-content-container container">
|
||||||
|
<!-- Main content -->
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
||||||
|
{% if page.categories %}
|
||||||
|
<hr>
|
||||||
|
<div class="retention">
|
||||||
|
<p>Thank you for reading this post. If you enjoyed the content, and want to let me know, or want
|
||||||
|
to
|
||||||
|
ask any questions, please contact me via one of the methods <a href="/about">listed
|
||||||
|
here</a>. If
|
||||||
|
you would like to be notified about future posts, feel free to load <a href="/feed.xml">my
|
||||||
|
rss
|
||||||
|
feed</a> into your favorite feed reader, or <a
|
||||||
|
href="https://twitter.com/ewpratten">follow
|
||||||
|
me on Twitter</a> for notifications about my work and future posts.</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -40,10 +39,19 @@ iframe {
|
|||||||
color: var(--color-dark-purple);
|
color: var(--color-dark-purple);
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-content-container>p{
|
.inner-content-container>p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.retention {
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 2px;
|
||||||
|
border-color: var(--color-purple)!important;
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 15px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* .inner-content-container>p>a {
|
/* .inner-content-container>p>a {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user