diff --git a/wp-content/themes/bliss/footer.php b/wp-content/themes/bliss/footer.php
index 4d6c2e96..6bf92e9c 100644
--- a/wp-content/themes/bliss/footer.php
+++ b/wp-content/themes/bliss/footer.php
@@ -52,9 +52,10 @@
             <p class="credit spacer small">
 				<?php
 				printf(
-				__( 'Copyright &#169; %d by %s. Powered by <a rel="nofollow" href="%s">Bliss</a> for <a rel="nofollow" href="%s">WordPress</a>', 'bliss' ),
+				__( 'Copyright &#169; %d by %s. Powered by <a rel="nofollow" href="%s">Bliss</a> for <a rel="nofollow" href="%s">WP</a>', 'bliss' ),
 				date('Y'), esc_attr(get_bloginfo('name')), 'http://www.mardesco.com/themes/bliss/', 'http://www.wordpress.org' );
             	?>
+							<strong> and <a href="https://www.autistici.org">R*</a></strong>
             </p>
 		</div>
 
@@ -64,4 +65,4 @@
 </div> <!--! end of #container -->
 
     </body>
-</html>
\ No newline at end of file
+</html>